Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/wpforms/vendor_prefixed/apimatic/core/src/Exceptions/AuthValidationException.php
Ðазад
<?php declare (strict_types=1); namespace WPForms\Vendor\Core\Exceptions; use InvalidArgumentException; /** * Authentication Validation Exception. */ class AuthValidationException extends InvalidArgumentException { private const ERROR_MESSAGE_PREFIX = "Following authentication credentials are required:\n-> "; /** * Initialize a new instance of AuthValidationException * * @param string[] $errors An array of errors in authentication validation */ public static function init(array $errors) : AuthValidationException { return new self(self::ERROR_MESSAGE_PREFIX . \join("\n-> ", $errors)); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка