ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ContainerValueNotFoundException.php
Go to the documentation of this file.
1<?php
9namespace Slim\Exception;
10
11use RuntimeException;
12use Interop\Container\Exception\NotFoundException as InteropNotFoundException;
13
17class ContainerValueNotFoundException extends RuntimeException implements InteropNotFoundException
18{
19
20}
An exception for terminatinating execution or to throw for unit testing.
No entry was found in the container.
Slim Framework (https://slimframework.com)