ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
CrawlerExceptionThrower.php
Go to the documentation of this file.
1
<?
php
2
namespace
ILIAS\UI\Implementation\Crawler\Exception
;
3
7
class
CrawlerExceptionThrower
implements
CrawlerExceptionHandler
8
{
9
protected
$exceptions
= array();
10
14
public
function
handleException
(
CrawlerException
$ex)
15
{
16
throw
$ex;
17
}
18
}
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:8
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower\handleException
handleException(CrawlerException $ex)
Handle an exception request.
Definition:
CrawlerExceptionThrower.php:14
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower\$exceptions
$exceptions
Definition:
CrawlerExceptionThrower.php:9
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionHandler
Handle Crawler exceptions.
Definition:
CrawlerExceptionHandler.php:8
ILIAS\UI\Implementation\Crawler\Exception
Definition:
CrawlerAssertion.php:5
src
UI
Implementation
Crawler
Exception
CrawlerExceptionThrower.php
Generated on Sat Oct 4 2025 21:01:15 for ILIAS by
1.9.4 (using
Doxyfile
)