summaryrefslogtreecommitdiff
path: root/src/Container/NotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Container/NotFoundException.php')
-rw-r--r--src/Container/NotFoundException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Container/NotFoundException.php b/src/Container/NotFoundException.php
new file mode 100644
index 00000000..a83be0b1
--- /dev/null
+++ b/src/Container/NotFoundException.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Engelsystem\Container;
+
+use Psr\Container\NotFoundExceptionInterface;
+
+class NotFoundException extends ContainerException implements NotFoundExceptionInterface
+{
+
+}