ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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...