Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class NoDependencyChecks extends DomainException |
||
10 | { |
||
11 | /** |
||
12 | * Use the code of one of the Zeroid 55. |
||
13 | * @see https://en.wikipedia.org/wiki/Terrahawks#Characters |
||
14 | */ |
||
15 | public const ERROR_CODE = 55; |
||
16 | |||
17 | /** |
||
18 | * @return static |
||
19 | */ |
||
20 | public static function create(): self |
||
28 |