summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Psecio/Gatekeeper/Exception/ModelNotFoundException.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Psecio/Gatekeeper/Exception/ModelNotFoundException.php b/src/Psecio/Gatekeeper/Exception/ModelNotFoundException.php
new file mode 100644
index 0000000..53bd439
--- /dev/null
+++ b/src/Psecio/Gatekeeper/Exception/ModelNotFoundException.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace Psecio\Gatekeeper\Exception;
+
+class ModelNotFoundException extends \Exception
+{
+
+} \ No newline at end of file