|
Wikibase
MediaWiki Wikibase extension
|
RethrowingExceptionHandler handles exceptions by re-throwing them. More...
Inheritance diagram for Wikibase\Lib\Reporting\RethrowingExceptionHandler:
Collaboration diagram for Wikibase\Lib\Reporting\RethrowingExceptionHandler:Public Member Functions | |
| handleException (Exception $exception, $errorCode, $explanation) | |
| Rethrows the given exception;. | |
RethrowingExceptionHandler handles exceptions by re-throwing them.
| Wikibase\Lib\Reporting\RethrowingExceptionHandler::handleException | ( | Exception | $exception, |
| $errorCode, | |||
| $explanation | |||
| ) |
Rethrows the given exception;.
| Exception | $exception | |
| string | $errorCode | |
| string | $explanation |
| Exception |
Implements Wikibase\Lib\Reporting\ExceptionHandler.