1: <?php 2: /** 3: * Exception class for Horde_Image 4: * 5: * @author Michael J. Rubinsky <mrubinsk@horde.org> 6: * @category Horde 7: * @package Image 8: */ 9: class Horde_Image_Exception extends Horde_Exception_Wrapped { 10: } 11: