Wikibase
MediaWiki Wikibase extension
|
RethrowingExceptionHandler handles exceptions by re-throwing them. More...
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.