diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php')
| -rw-r--r-- | srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php b/srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php new file mode 100644 index 0000000..d35c6b4 --- /dev/null +++ b/srcs/phpmyadmin/vendor/psr/container/src/ContainerExceptionInterface.php @@ -0,0 +1,13 @@ +<?php +/** + * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file) + */ + +namespace Psr\Container; + +/** + * Base interface representing a generic exception in a container. + */ +interface ContainerExceptionInterface +{ +} |
