uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
includes
/
import
/
..
/
Status
/
..
/
Settings
/
SettingsBuilderException.php
/
/
<?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 ); } }
/var/www/html/1c732/../mediawiki/includes/import/../Status/../Settings/SettingsBuilderException.php