1: <?php
2: /**
3: * Indicates a problem when loading/saving the Kolab XML root node.
4: *
5: * PHP version 5
6: *
7: * @category Kolab
8: * @package Kolab_Format
9: * @author Gunnar Wrobel <wrobel@pardus.de>
10: * @license http://www.horde.org/licenses/lgpl21 LGPL
11: * @link http://www.horde.org/libraries/Horde_Kolab_Format
12: */
13:
14: /**
15: * Indicates a problem when loading/saving the Kolab XML root node.
16: *
17: * Copyright 2011-2012 Horde LLC (http://www.horde.org/)
18: *
19: * See the enclosed file COPYING for license information (LGPL). If you
20: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
21: *
22: * @since Horde_Kolab_Format 1.1.0
23: *
24: * @category Kolab
25: * @package Kolab_Format
26: * @author Gunnar Wrobel <wrobel@pardus.de>
27: * @license http://www.horde.org/licenses/lgpl21 LGPL
28: * @link http://www.horde.org/libraries/Horde_Kolab_Format
29: */
30: class Horde_Kolab_Format_Exception_InvalidRoot
31: extends Horde_Kolab_Format_Exception
32: {
33: }