ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
CrawlerExceptionThrower.php
Go to the documentation of this file.
1
<?
php
2
namespace
ILIAS\UI\Implementation\Crawler\Exception
;
6
class
CrawlerExceptionThrower
implements
CrawlerExceptionHandler
{
7
protected
$exceptions
= array();
8
12
public
function
handleException
(
CrawlerException
$ex) {
13
throw
$ex;
14
}
15
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower
A wrapper around the excepiton to simply throw them.
Definition:
CrawlerExceptionThrower.php:6
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower\handleException
handleException(CrawlerException $ex)
Handle an exception request.
Definition:
CrawlerExceptionThrower.php:12
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower\$exceptions
$exceptions
Definition:
CrawlerExceptionThrower.php:7
CrawlerExceptionHandler
Definition:
CrawlerExceptionLogger.php:7
ILIAS\UI\Implementation\Crawler\Exception
Definition:
CrawlerAssertion.php:5
src
UI
Implementation
Crawler
Exception
CrawlerExceptionThrower.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)