| 1 | <?php |
||
| 7 | final class UnknownContainerException extends LogicException implements Exception |
||
| 8 | { |
||
| 9 | use ExceptionFactory; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @param string $name |
||
| 13 | * @param string[] $knownContainers |
||
| 14 | * |
||
| 15 | * @return self |
||
| 16 | */ |
||
| 17 | public static function fromContainerName($name, array $knownContainers) |
||
| 25 | } |
||
| 26 |