Exception.php 706 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Exception for Text_CAPTCHA
  4. *
  5. * PHP version 5
  6. *
  7. * @category Text
  8. * @package Text_CAPTCHA
  9. * @author Christian Weiske <cweiske@php.net>
  10. * @author Christian Wenz <wenz@php.net>
  11. * @author Michael Cramer <michael@bigmichi1.de>
  12. * @license http://www.opensource.org/licenses/bsd-license.php BSD License
  13. * @link http://pear.php.net/package/Text_CAPTCHA
  14. */
  15. /**
  16. * Exception for Text_CAPTCHA
  17. *
  18. * @category Text
  19. * @package Text_CAPTCHA
  20. * @author Michael Cramer <michael@bigmichi1.de>
  21. * @license http://www.opensource.org/licenses/bsd-license.php BSD License
  22. * @link http://pear.php.net/package/Text_CAPTCHA
  23. */
  24. class Text_CAPTCHA_Exception extends PEAR_Exception
  25. {
  26. }