ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
CrawlerExceptionHandler.php
Go to the documentation of this file.
1
<?
php
2
namespace
ILIAS\UI\Implementation\Crawler\Exception
;
3
7
interface
CrawlerExceptionHandler
8
{
9
16
public
function
handleException
(
CrawlerException
$ex);
17
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionHandler
Handle Crawler exceptions.
Definition:
CrawlerExceptionHandler.php:8
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionHandler\handleException
handleException(CrawlerException $ex)
Handle an exception request.
ILIAS\UI\Implementation\Crawler\Exception
Definition:
CrawlerAssertion.php:5
src
UI
Implementation
Crawler
Exception
CrawlerExceptionHandler.php
Generated on Sat Oct 4 2025 19:01:27 for ILIAS by
1.9.4 (using
Doxyfile
)