diff options
Diffstat (limited to 'src/AppException.php')
-rw-r--r-- | src/AppException.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/AppException.php b/src/AppException.php new file mode 100644 index 0000000..d7949a3 --- /dev/null +++ b/src/AppException.php @@ -0,0 +1,7 @@ +<?php + +namespace Elements; + +class AppException extends \Exception +{} + |