| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class UnknownCacheStrategyException extends \RuntimeException |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * UnknownCacheStrategyException constructor. |
||
| 14 | * @param string $cacheStrategy |
||
| 15 | * @param array $availableStrategies |
||
| 16 | */ |
||
| 17 | 1 | public function __construct(string $cacheStrategy, array $availableStrategies) |
|
| 20 | } |
||
| 21 | } |