summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/psr/container/src/NotFoundExceptionInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/vendor/psr/container/src/NotFoundExceptionInterface.php')
-rw-r--r--admin/survey/minify/vendor/psr/container/src/NotFoundExceptionInterface.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/survey/minify/vendor/psr/container/src/NotFoundExceptionInterface.php b/admin/survey/minify/vendor/psr/container/src/NotFoundExceptionInterface.php
new file mode 100644
index 0000000..1f88e74
--- /dev/null
+++ b/admin/survey/minify/vendor/psr/container/src/NotFoundExceptionInterface.php
@@ -0,0 +1,13 @@
+<?php
+/**
+ * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
+ */
+
+namespace Psr\Container;
+
+/**
+ * No entry was found in the container.
+ */
+interface NotFoundExceptionInterface extends ContainerExceptionInterface
+{
+}