ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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)