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