Wikibase
MediaWiki Wikibase extension
|
LogWarningExceptionHandler logs exceptions via wfLogWarning. More...
Public Member Functions | |
handleException (Exception $exception, $errorCode, $explanation) | |
Reports the exception to wfLogWarning. | |
LogWarningExceptionHandler logs exceptions via wfLogWarning.
Wikibase\Lib\Reporting\LogWarningExceptionHandler::handleException | ( | Exception | $exception, |
$errorCode, | |||
$explanation ) |
Reports the exception to wfLogWarning.
Exception | $exception | |
string | $errorCode | |
string | $explanation |
Implements Wikibase\Lib\Reporting\ExceptionHandler.