ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower Class Reference

A wrapper around the exception to simply throw them. More...

+ Inheritance diagram for ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower:
+ Collaboration diagram for ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower:

Public Member Functions

 handleException (CrawlerException $ex)
 Handle an exception request. More...
 

Protected Attributes

array $exceptions = array()
 

Detailed Description

A wrapper around the exception to simply throw them.

Definition at line 26 of file CrawlerExceptionThrower.php.

Member Function Documentation

◆ handleException()

ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower::handleException ( CrawlerException  $ex)

Handle an exception request.

Implements ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionHandler.

Definition at line 33 of file CrawlerExceptionThrower.php.

33  : void
34  {
35  throw $ex;
36  }

Field Documentation

◆ $exceptions

array ILIAS\UI\Implementation\Crawler\Exception\CrawlerExceptionThrower::$exceptions = array()
protected

Definition at line 28 of file CrawlerExceptionThrower.php.


The documentation for this class was generated from the following file: