Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php
Назад
<?php namespace AmpProject\Exception; use RuntimeException; /** * Exception thrown when a cached remote response could not be retrieved. * * @package ampproject/amp-toolbox */ final class FailedToGetCachedResponse extends RuntimeException implements FailedRemoteRequest { /** * Instantiate a FailedToGetCachedResponse exception for a URL if the cached response data could not be * retrieved. * * @param string $url URL that failed to be fetched. * @return self */ public static function withUrl($url) { $message = "Failed to retrieve the cached response for the URL '{$url}'."; return new self($message); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка