Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426960
SettingsBuilderException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1007 B
Referenced Files
None
Subscribers
None
SettingsBuilderException.php
View Options
<?php
namespace
MediaWiki\Settings
;
use
RuntimeException
;
use
Throwable
;
use
Wikimedia\NormalizedException\INormalizedException
;
use
Wikimedia\NormalizedException\NormalizedExceptionTrait
;
class
SettingsBuilderException
extends
RuntimeException
implements
INormalizedException
{
use
NormalizedExceptionTrait
;
/**
* @param string $normalizedMessage The exception message, with PSR-3 style placeholders.
* @param array $messageContext Message context, with values for the placeholders.
* @param int $code The exception code.
* @param Throwable|null $previous The previous throwable used for the exception chaining.
*/
public
function
__construct
(
string
$normalizedMessage
=
''
,
array
$messageContext
=
[],
int
$code
=
0
,
?
Throwable
$previous
=
null
)
{
$this
->
normalizedMessage
=
$normalizedMessage
;
$this
->
messageContext
=
$messageContext
;
parent
::
__construct
(
self
::
getMessageFromNormalizedMessage
(
$normalizedMessage
,
$messageContext
),
$code
,
$previous
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 13:59 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ef/f0/8a5b581b8b4e4c283fb65282478c
Default Alt Text
SettingsBuilderException.php (1007 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment