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