Documentation is available at ZephyrException.class.php
- <?
- /**
- * customized exception object for zephyr
- *
- * @author Hasin Hayder
- * @since 13th April, 2006
- * @package Zephyr
- * @version Beta 2.0
- * @copyright LGPL
- */
- class ZephyrException Extends Exception
- {
- public function __construct($message, $code)
- {
- $this->code = $code;
- $this->message = $message;
- }
- }
- ?>
Documentation generated on Sat, 15 Apr 2006 22:10:35 +0600 by phpDocumentor 1.3.0RC3