|
Wikibase
MediaWiki Wikibase extension
|
Exception thrown when the validation of a change operation failed. More...
Inheritance diagram for Wikibase\Repo\ChangeOp\ChangeOpApplyException:
Collaboration diagram for Wikibase\Repo\ChangeOp\ChangeOpApplyException:Public Member Functions | |
| __construct ( $key, array $params=[], Exception $previous=null) | |
| getKey () | |
| getParams () | |
Protected Attributes | |
| $key | |
| $params | |
Exception thrown when the validation of a change operation failed.
This is essentially a wrapper for ValueValidators\Result.
| Wikibase\Repo\ChangeOp\ChangeOpApplyException::__construct | ( | $key, | |
| array | $params = [], |
||
| Exception | $previous = null |
||
| ) |
| string | $key | |
| array | $params | List of parameters, depending on the message. Calling code must make sure these parameters are properly escaped. |
| Exception | null | $previous |
| Wikibase\Repo\ChangeOp\ChangeOpApplyException::getKey | ( | ) |
| Wikibase\Repo\ChangeOp\ChangeOpApplyException::getParams | ( | ) |
|
protected |
|
protected |