ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ILIAS\BackgroundTasks\ExceptionHandler Interface Reference
+ Collaboration diagram for ILIAS\BackgroundTasks\ExceptionHandler:

Public Member Functions

 handleException (Exceptions\Exception $exception, Bucket $bucket, Task $task=null)
 When working on a bucket and an exception occurs the exception handler will try to end the bucket operation gracefully. More...
 

Detailed Description

Definition at line 13 of file ExceptionHandler.php.

Member Function Documentation

◆ handleException()

ILIAS\BackgroundTasks\ExceptionHandler::handleException ( Exceptions\Exception  $exception,
Bucket  $bucket,
Task  $task = null 
)

When working on a bucket and an exception occurs the exception handler will try to end the bucket operation gracefully.

Parameters
Exceptions\Exception$exception
Bucket$bucket
Task | null$task
Returns
void

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