Exception.php 634 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Exception for Image_Text
  4. *
  5. * PHP version 5
  6. *
  7. * @category Image
  8. * @package Image_Text
  9. * @author Daniel O'Connor <daniel.oconnor@gmail.com>
  10. * @license http://www.php.net/license/3_01.txt PHP License
  11. * @link http://pear.php.net/package/Image_Text
  12. */
  13. /**
  14. * Exception for Image_Text
  15. *
  16. * @category Image
  17. * @package Image_Text
  18. * @author Daniel O'Connor <daniel.oconnor@gmail.com>
  19. * @author Michael Cramer <michael@bigmichi1.de>
  20. * @license http://www.php.net/license/3_01.txt PHP License
  21. * @link http://pear.php.net/package/Image_Text
  22. */
  23. class Image_Text_Exception extends PEAR_Exception
  24. {
  25. }