Total Complexity | 2 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class HostDetectorException extends \InvalidArgumentException implements EnvProviderExceptionInterface |
||
10 | { |
||
11 | 6 | public static function becauseEmptyNeedlePassed(string $className): self |
|
12 | { |
||
13 | 6 | return new self("Empty needle passed to __construct method of $className"); |
|
14 | } |
||
15 | |||
16 | 1 | public static function becauseGetOptAdapterConfiguredIncorrect( |
|
22 | } |
||
23 | } |
||
24 |