summaryrefslogtreecommitdiff
path: root/src/AppException.php
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-01-10 20:29:04 +0100
committerDaniel Weipert <code@drogueronin.de>2022-01-10 20:29:04 +0100
commita319f3a419790925bed539ba141038c72a83e70f (patch)
treedfb24183cc693863df733e190dbbc6da93bb82e5 /src/AppException.php
Initial commit
Diffstat (limited to 'src/AppException.php')
-rw-r--r--src/AppException.php7
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
+{}
+