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