diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-01-10 20:29:04 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-01-10 20:29:04 +0100 |
commit | a319f3a419790925bed539ba141038c72a83e70f (patch) | |
tree | dfb24183cc693863df733e190dbbc6da93bb82e5 /src/AppException.php |
Initial commit
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 +{} + |