ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ContainerValueNotFoundException.php
Go to the documentation of this file.
1
<?
php
9
namespace
Slim\Exception
;
10
11
use RuntimeException;
12
use
Interop\Container\Exception\NotFoundException
as InteropNotFoundException;
13
17
class
ContainerValueNotFoundException
extends
RuntimeException implements InteropNotFoundException
18
{
19
20
}
php
An exception for terminatinating execution or to throw for unit testing.
Slim\Exception\ContainerValueNotFoundException
Not Found Exception.
Definition:
ContainerValueNotFoundException.php:18
Interop\Container\Exception\NotFoundException
No entry was found in the container.
Definition:
NotFoundException.php:14
Slim\Exception
Slim Framework (https://slimframework.com)
Definition:
ContainerException.php:9
libs
composer
vendor
slim
slim
Slim
Exception
ContainerValueNotFoundException.php
Generated on Thu Oct 2 2025 19:01:20 for ILIAS by
1.9.4 (using
Doxyfile
)