|
MediaWiki master
|
Subclass of UnexpectedValueException annotated with data for debug logs. More...
Inherits UnexpectedValueException.

Public Member Functions | |
| __construct ( $message='', $code=0, ?Exception $previous=null, array $context=[]) | |
| getContext () | |
| Get context data. | |
| setContext (array $context) | |
| Set context data. | |
Protected Attributes | |
| array | $context |
Subclass of UnexpectedValueException annotated with data for debug logs.
Definition at line 20 of file MetadataMergeException.php.
| MediaWiki\Session\MetadataMergeException::__construct | ( | $message = '', | |
| $code = 0, | |||
| ?Exception | $previous = null, | ||
| array | $context = [] ) |
| string | $message | |
| int | $code | |
| Exception | null | $previous | |
| array | $context | Additional context data |
Definition at line 30 of file MetadataMergeException.php.
References MediaWiki\Session\MetadataMergeException\$context.
| MediaWiki\Session\MetadataMergeException::getContext | ( | ) |
Get context data.
Definition at line 44 of file MetadataMergeException.php.
References MediaWiki\Session\MetadataMergeException\$context.
| MediaWiki\Session\MetadataMergeException::setContext | ( | array | $context | ) |
Set context data.
Definition at line 51 of file MetadataMergeException.php.
References MediaWiki\Session\MetadataMergeException\$context.
|
protected |
Definition at line 22 of file MetadataMergeException.php.
Referenced by MediaWiki\Session\MetadataMergeException\__construct(), MediaWiki\Session\MetadataMergeException\getContext(), and MediaWiki\Session\MetadataMergeException\setContext().