Overview

Packages

  • Kolab
    • Config

Classes

  • Horde_Kolab_Config

Exceptions

  • Horde_Kolab_Config_Exception
  • Overview
  • Package
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * This class provides the standard error class for the Kolab_Config package.
 4:  *
 5:  * PHP version 5
 6:  *
 7:  * @category Kolab
 8:  * @package  Kolab_Config
 9:  * @author   Gunnar Wrobel <wrobel@pardus.de>
10:  * @license  http://www.horde.org/licenses/lgpl21 LGPL 2.1
11:  * @link     http://pear.horde.org/index.php?package=Kolab_Config
12:  */
13: 
14: /**
15:  * This class provides the standard error class for the Kolab_Config package.
16:  *
17:  * Copyright 2010 Klarälvdalens Datakonsult AB
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:  * @category Kolab
23:  * @package  Kolab_Config
24:  * @author   Gunnar Wrobel <wrobel@pardus.de>
25:  * @license  http://www.horde.org/licenses/lgpl21 LGPL 2.1
26:  * @link     http://pear.horde.org/index.php?package=Kolab_Config
27:  */
28: class Horde_Kolab_Config_Exception
29: extends Exception
30: {
31: }
32: 
API documentation generated by ApiGen