Source for file ZephyrException.class.php

Documentation is available at ZephyrException.class.php

  1. <?
  2. /**
  3. * customized exception object for zephyr
  4. *
  5. * @author Hasin Hayder
  6. * @since 13th April, 2006
  7. * @package Zephyr
  8. * @version Beta 2.0
  9. * @copyright LGPL
  10. */
  11. class ZephyrException Extends Exception
  12. {
  13. public function __construct($message, $code)
  14. {
  15. $this->code = $code;
  16. $this->message = $message;
  17. }
  18. }
  19. ?>

Documentation generated on Sat, 15 Apr 2006 22:10:35 +0600 by phpDocumentor 1.3.0RC3