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
}
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower\$exceptions
$exceptions
Definition:
CrawlerExceptionThrower.php:7
CrawlerExceptionHandler
Definition:
CrawlerExceptionLogger.php:7
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ILIAS\UI\Implementation\Crawler\Exception
Definition:
CrawlerAssertion.php:5
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower\handleException
handleException(CrawlerException $ex)
Handle an exception request.
Definition:
CrawlerExceptionThrower.php:12
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower
A wrapper around the excepiton to simply throw them.
Definition:
CrawlerExceptionThrower.php:6
php
src
UI
Implementation
Crawler
Exception
CrawlerExceptionThrower.php
Generated on Fri Jan 17 2025 19:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)