ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\BackgroundTasks\Exceptions\Exception
Definition:
Exception.php:16
ILIAS\BackgroundTasks\Bucket
Definition:
Bucket.php:16
ILIAS\BackgroundTasks\ExceptionHandler
Definition:
ExceptionHandler.php:14
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...
ILIAS\BackgroundTasks\Task
Definition:
Task.php:22
ILIAS\BackgroundTasks
Created by PhpStorm.
src
BackgroundTasks
ExceptionHandler.php
Generated on Sat Oct 4 2025 21:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)