Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php
Назад
<?php namespace AmpProject\Exception; use OutOfRangeException; /** * Exception thrown when an invalid declaration name is requested from the validator spec. * * @package ampproject/amp-toolbox */ final class InvalidDeclarationName extends OutOfRangeException implements AmpException { /** * Instantiate an InvalidDeclarationName exception for an declaration that is not found within name index. * * @param string $declaration Name of the declaration that was requested. * @return self */ public static function forDeclaration($declaration) { $message = "Invalid declaration '{$declaration}' was requested from the validator spec."; return new self($message); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка