File manager - Edit - /home/adiance/public_html/wp-content/plugins/amp/vendor/ampproject/common/src/Exception/FailedToGetCachedResponse.php
Back
<?php namespace AmpProject\Exception; use RuntimeException; /** * Exception thrown when a cached remote response could not be retrieved. * * @package ampproject/common */ final class FailedToGetCachedResponse extends RuntimeException implements FailedRemoteRequest { /** * Instantiate a FailedToGetCachedResponseData 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 7.3.33 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings