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