|
MediaWiki master
|
Exception representing a failure to look up a revision. More...
Inherits RuntimeException, and INormalizedException.
Inherited by MediaWiki\Revision\BadRevisionException, MediaWiki\Revision\IncompleteRevisionException, and MediaWiki\Revision\SuppressedDataException.

Public Member Functions | |
| __construct (string $normalizedMessage='', array $messageContext=[], int $code=0, ?Throwable $previous=null) | |
Exception representing a failure to look up a revision.
Definition at line 23 of file RevisionAccessException.php.
| MediaWiki\Revision\RevisionAccessException::__construct | ( | string | $normalizedMessage = '', |
| array | $messageContext = [], | ||
| int | $code = 0, | ||
| ?Throwable | $previous = null ) |
| string | $normalizedMessage | The exception message, with PSR-3 style placeholders. |
| array | $messageContext | Message context, with values for the placeholders. |
| int | $code | The exception code. |
| Throwable | null | $previous | The previous throwable used for the exception chaining. |
Definition at line 34 of file RevisionAccessException.php.