MediaWiki master
|
Inherits RuntimeException, and ILocalizedException.
Inherited by SpecialUploadStashTooLargeException, UploadStashBadPathException, UploadStashFileException, UploadStashFileNotFoundException, UploadStashNoSuchKeyException, UploadStashNotLoggedInException, UploadStashWrongOwnerException, and UploadStashZeroLengthFileException.
Public Member Functions | |
__construct ( $messageSpec, $code=0, ?Throwable $previous=null) | |
getMessageObject () | |
Return a Message object for this exception. | |
Protected Attributes | |
string array MessageSpecifier | $messageSpec |
Definition at line 29 of file UploadStashException.php.
UploadStashException::__construct | ( | $messageSpec, | |
$code = 0, | |||
?Throwable | $previous = null ) |
string | array | MessageSpecifier | $messageSpec | See Message::newFromSpecifier |
int | $code | Exception code |
Throwable | null | $previous | The previous exception used for the exception chaining. |
Definition at line 39 of file UploadStashException.php.
References getMessageObject().
UploadStashException::getMessageObject | ( | ) |
Return a Message object for this exception.
Implements ILocalizedException.
Definition at line 48 of file UploadStashException.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file UploadStashException.php.