1: <?php
2: /**
3: * @author Chuck Hagenbuch <chuck@horde.org>
4: * @license http://www.horde.org/licenses/bsd BSD
5: * @category Horde
6: * @package Xml_Element
7: */
8:
9: /**
10: * @author Chuck Hagenbuch <chuck@horde.org>
11: * @license http://www.horde.org/licenses/bsd BSD
12: * @category Horde
13: * @package Xml_Element
14: */
15: class Horde_Xml_Element_Exception extends Horde_Exception_LastError
16: {
17: }
18: