use repository and file classes
[phorkie.git] / src / Phorkie / Exception.php
diff --git a/src/Phorkie/Exception.php b/src/Phorkie/Exception.php
new file mode 100644 (file)
index 0000000..03031ef
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+namespace Phorkie;
+
+class Exception extends \Exception
+{
+    public $httpStatusCode = 500;
+}
+
+?>