ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ContainerException.php
Go to the documentation of this file.
1<?php
9namespace Slim\Exception;
10
11use InvalidArgumentException;
12use Interop\Container\Exception\ContainerException as InteropContainerException;
13
17class ContainerException extends InvalidArgumentException implements InteropContainerException
18{
19
20}
An exception for terminatinating execution or to throw for unit testing.
Base interface representing a generic exception in a container.
Slim Framework (https://slimframework.com)