Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | final class BadUriPrefixException extends Exception implements FriendlyExceptionInterface |
||
11 | { |
||
12 | 2 | public function getName(): string |
|
13 | { |
||
14 | 2 | return 'Bad URI prefix'; |
|
15 | } |
||
16 | |||
17 | public function getSolution(): ?string |
||
20 | Most likely you have specified the wrong URI prefix. |
||
21 | Make sure that path from the web address contains the specified prefix (immediately after the domain part). |
||
27 |