ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ExceptionHandler.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ILIAS\BackgroundTasks;
4 
14 {
15 
26  public function handleException(Exceptions\Exception $exception, Bucket $bucket, Task $task = null);
27 }
Created by PhpStorm.
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 ope...