ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ErrorException.php
Go to the documentation of this file.
1
<?
php
7
namespace
Whoops\Exception
;
8
9
use
ErrorException
as
BaseErrorException
;
10
15
class
ErrorException
extends
BaseErrorException
16
{
17
}
BaseErrorException
php
An exception for terminatinating execution or to throw for unit testing.
Whoops\Exception\ErrorException
Wraps ErrorException; mostly used for typing (at least now) to easily cleanup the stack trace of redu...
Definition:
ErrorException.php:16
Whoops\Exception
Whoops - php errors for cool kids.
Definition:
ErrorException.php:7
libs
composer
vendor
filp
whoops
src
Whoops
Exception
ErrorException.php
Generated on Sat Oct 4 2025 19:00:53 for ILIAS by
1.9.4 (using
Doxyfile
)