Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
8 | class ControllerException extends RuntimeException implements NotFoundExceptionInterface |
||
9 | { |
||
10 | public static function forUndefinedController(string $controller): ControllerException |
||
13 | } |
||
14 | |||
15 | public static function forMissingOption(string $option): ControllerException |
||
20 |