| Total Complexity | 1 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 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 | 5 | public static function cacheDoesNotImplement($method) |
|
| 30 |