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