| Total Complexity | 3 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 10 | #[Package('core')] |
||
| 11 | class InstallerException extends \RuntimeException |
||
| 12 | { |
||
| 13 | public static function cannotFindShopwareInstallation(): self |
||
| 16 | } |
||
| 17 | |||
| 18 | public static function cannotFindComposerLock(): self |
||
| 21 | } |
||
| 22 | |||
| 23 | public static function cannotFindShopwareInComposerLock(): self |
||
| 28 |