MediaWiki master
MediaWiki\Settings\SettingsBuilderException Class Reference

Inherits RuntimeException, and INormalizedException.

Collaboration diagram for MediaWiki\Settings\SettingsBuilderException:

Public Member Functions

 __construct (string $normalizedMessage='', array $messageContext=[], int $code=0, Throwable $previous=null)
 

Detailed Description

Definition at line 10 of file SettingsBuilderException.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Settings\SettingsBuilderException::__construct ( string $normalizedMessage = '',
array $messageContext = [],
int $code = 0,
Throwable $previous = null )
Parameters
string$normalizedMessageThe exception message, with PSR-3 style placeholders.
array$messageContextMessage context, with values for the placeholders.
int$codeThe exception code.
Throwable | null$previousThe previous throwable used for the exception chaining.

Definition at line 19 of file SettingsBuilderException.php.


The documentation for this class was generated from the following file: