aboutsummaryrefslogtreecommitdiff
path: root/src/Phorkie/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Phorkie/Exception.php')
-rw-r--r--src/Phorkie/Exception.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Phorkie/Exception.php b/src/Phorkie/Exception.php
new file mode 100644
index 0000000..03031ef
--- /dev/null
+++ b/src/Phorkie/Exception.php
@@ -0,0 +1,9 @@
+<?php
+namespace Phorkie;
+
+class Exception extends \Exception
+{
+ public $httpStatusCode = 500;
+}
+
+?>