���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/normalized-exception/src/NormalizedException.php
���ѧ٧ѧ�
<?php namespace Wikimedia\NormalizedException; use Exception; use Throwable; /** * Basic normalized exception. * * @newable * @stable to extend */ class NormalizedException extends Exception implements INormalizedException { use NormalizedExceptionTrait; /** * @stable to call * @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 ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.09 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�