Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/psr/container/src/NotFoundExceptionInterface.php')
-rw-r--r--server/vendor/psr/container/src/NotFoundExceptionInterface.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/server/vendor/psr/container/src/NotFoundExceptionInterface.php b/server/vendor/psr/container/src/NotFoundExceptionInterface.php
deleted file mode 100644
index 6566704..0000000
--- a/server/vendor/psr/container/src/NotFoundExceptionInterface.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
-{
-}