| 1 | <?php |
||
| 9 | class NotFoundException extends \Anax\Exception |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Construct. |
||
| 13 | * |
||
| 14 | * @param string $message the Exception message to throw. |
||
| 15 | * @param \Exception $previous the previous exception used for the exception chaining. |
||
| 16 | */ |
||
| 17 | public function __construct($message = "", $previous = null) |
||
| 21 | } |
||
| 22 |