ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ExceptionHandler.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\BackgroundTasks
;
4
13
interface
ExceptionHandler
14
{
15
26
public
function
handleException
(Exceptions\
Exception
$exception,
Bucket
$bucket,
Task
$task = null);
27
}
ILIAS\BackgroundTasks
Created by PhpStorm.
ILIAS\BackgroundTasks\Bucket
Definition:
Bucket.php:15
ILIAS\BackgroundTasks\ExceptionHandler
Definition:
ExceptionHandler.php:13
ILIAS\BackgroundTasks\Task
Definition:
Task.php:21
ILIAS\BackgroundTasks\ExceptionHandler\handleException
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...
Exception
src
BackgroundTasks
ExceptionHandler.php
Generated on Sat Jan 18 2025 19:01:06 for ILIAS by
1.8.13 (using
Doxyfile
)