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