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
}
ILIAS\UI\Implementation\Crawler\Exception
Definition:
CrawlerAssertion.php:5
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionHandler
Handle Crawler exceptions.
Definition:
CrawlerExceptionHandler.php:7
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionHandler\handleException
handleException(CrawlerException $ex)
Handle an exception request.
src
UI
Implementation
Crawler
Exception
CrawlerExceptionHandler.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)