1: <?php
2: /**
3: * Horde_Pdf package
4: *
5: * @license http://www.horde.org/licenses/lgpl21
6: * @category Horde
7: * @package Pdf
8: */
9:
10: /**
11: * Exception class for the Horde_Pdf package. All exceptions thrown
12: * from the package will be of this type.
13: *
14: * @category Horde
15: * @package Pdf
16: */
17: class Horde_Pdf_Exception extends Horde_Exception_Wrapped
18: {
19: }
20: