|
Wikibase
MediaWiki Wikibase extension
|
Exception representing a token check failure. More...
Inheritance diagram for Wikibase\Repo\Interactors\TokenCheckException:
Collaboration diagram for Wikibase\Repo\Interactors\TokenCheckException:Public Member Functions | |
| __construct ( $message, $errorCode='', ?Exception $previous=null) | |
| getErrorCode () | |
Public Member Functions inherited from Wikibase\Lib\MessageException | |
| __construct ( $key, array $params, $message, ?Exception $previous=null) | |
| getKey () | |
| getParams () | |
Private Attributes | |
| $errorCode | |
Additional Inherited Members | |
Protected Attributes inherited from Wikibase\Lib\MessageException | |
| $key | |
| $params | |
Exception representing a token check failure.
| Wikibase\Repo\Interactors\TokenCheckException::__construct | ( | $message, | |
| $errorCode = '', | |||
| ?Exception | $previous = null ) |
| string | $message | A free form message, for logging and debugging |
| string | $errorCode | An error code, for use in the API |
| Exception | null | $previous | The previous exception that caused this exception. |
| Wikibase\Repo\Interactors\TokenCheckException::getErrorCode | ( | ) |
|
private |