diff options
Diffstat (limited to 'core/namespace/Page/Exception.php')
-rw-r--r-- | core/namespace/Page/Exception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Page/Exception.php b/core/namespace/Page/Exception.php index d4794b7..d3aa06a 100644 --- a/core/namespace/Page/Exception.php +++ b/core/namespace/Page/Exception.php @@ -1,5 +1,5 @@ <?php namespace Page; -class Exception extends \Exception {} +class Exception extends \ExceptionHandler {} ?>
\ No newline at end of file |