Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 50% |
Changes | 0 |
1 | <?php |
||
10 | final class EnvFileReaderException extends \RuntimeException implements EnvProviderExceptionInterface |
||
11 | { |
||
12 | 1 | public static function becauseEnvFileCanNotBeProcessed(?Throwable $previous): self |
|
13 | { |
||
14 | 1 | return new self('Can\'t process file with env', 0, $previous); |
|
15 | } |
||
16 | |||
17 | public static function becauseAdapterCanNotBeCreated(string $adapterName, string $required) |
||
20 | } |
||
21 | } |
||
22 |