summaryrefslogtreecommitdiffstats
path: root/core/namespace/Page/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/Page/Exception.php')
-rw-r--r--core/namespace/Page/Exception.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/namespace/Page/Exception.php b/core/namespace/Page/Exception.php
new file mode 100644
index 0000000..d4794b7
--- /dev/null
+++ b/core/namespace/Page/Exception.php
@@ -0,0 +1,5 @@
+<?php
+namespace Page;
+
+class Exception extends \Exception {}
+?> \ No newline at end of file