| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | class ArchiveException extends BaseException |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * @param string $name |
||
| 27 | * @return ArchiveException |
||
| 28 | */ |
||
| 29 | public static function cantOpen(string $name): ArchiveException |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return ArchiveException |
||
| 36 | */ |
||
| 37 | public static function missingArchiveName(): ArchiveException |
||
| 40 | } |
||
| 41 | } |