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