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