1 | <?php |
||
10 | final class CannotResolveLoggerComponent extends RuntimeException implements MonologFactoryException |
||
11 | { |
||
12 | 3 | public static function unknownService(string $serviceOrFactory): self |
|
16 | |||
17 | 1 | public static function resolutionFailed(string $serviceOrFactory, Throwable $previous): self |
|
25 | } |
||
26 |