| 1 | <?php |
||
| 18 | class UnsupportedProxyOperationException extends \RuntimeException implements HttpCacheException |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @param string $method name of the HTTP method that would be required |
||
| 22 | * |
||
| 23 | * @return UnsupportedProxyOperationException |
||
| 24 | */ |
||
| 25 | public static function cacheDoesNotImplement($method) |
||
| 29 | } |
||
| 30 |