MediaWiki master
|
Inherits MediaWiki\Rest\HttpException.
Public Member Functions | |
__construct (MessageValue $messageValue, $code=500, $errorData=[]) | |
getErrorKey () | |
getMessageValue () | |
Public Member Functions inherited from MediaWiki\Rest\HttpException | |
__construct ( $message, $code=500, $errorData=[]) | |
getErrorData () | |
Definition at line 11 of file LocalizedHttpException.php.
MediaWiki\Rest\LocalizedHttpException::__construct | ( | MessageValue | $messageValue, |
$code = 500, | |||
$errorData = [] ) |
MessageValue | $messageValue | |
int | $code | |
array | $errorData |
Definition at line 22 of file LocalizedHttpException.php.
References Wikimedia\Message\MessageValue\getKey().
MediaWiki\Rest\LocalizedHttpException::getErrorKey | ( | ) |
Definition at line 40 of file LocalizedHttpException.php.
MediaWiki\Rest\LocalizedHttpException::getMessageValue | ( | ) |
Definition at line 36 of file LocalizedHttpException.php.