]> git.mxchange.org Git - friendica-addons.git/blob
3964061a2478a6cb484e7e3a5d396238070bb184
[friendica-addons.git] /
1 <?php
2 /**
3  * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
4  */
5
6 namespace Interop\Container\Exception;
7
8 use Psr\Container\ContainerExceptionInterface as PsrContainerException;
9
10 /**
11  * Base interface representing a generic exception in a container.
12  */
13 interface ContainerException extends PsrContainerException
14 {
15 }