1 | <?php |
||
11 | class ControllerNotFoundSolutionProvider implements HasSolutionsForThrowable |
||
12 | { |
||
13 | public function canSolve(Throwable $throwable): bool |
||
21 | |||
22 | protected function isMissingControllerError(string $message): bool |
||
26 | |||
27 | public function getSolutions(Throwable $throwable): array |
||
35 | |||
36 | private function getController(string $message): string |
||
40 | } |
||
41 |