MediaWiki REL1_39
|
Public Member Functions | |
__construct (MessageValue $messageValue, $code=500, $errorData=null) | |
getMessageValue () | |
Public Member Functions inherited from MediaWiki\Rest\HttpException | |
__construct ( $message, $code=500, $errorData=null) | |
getErrorData () | |
Definition at line 10 of file LocalizedHttpException.php.
MediaWiki\Rest\LocalizedHttpException::__construct | ( | MessageValue | $messageValue, |
$code = 500, | |||
$errorData = null ) |
MessageValue | $messageValue | |
int | $code | |
array | null | $errorData |
Definition at line 20 of file LocalizedHttpException.php.
References Wikimedia\Message\MessageValue\getKey().
MediaWiki\Rest\LocalizedHttpException::getMessageValue | ( | ) |
Definition at line 27 of file LocalizedHttpException.php.