| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class ArchiveException extends AppException |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param string $name |
||
| 25 | * @return ArchiveException |
||
| 26 | * @throws LangException |
||
| 27 | */ |
||
| 28 | public static function cantOpen(string $name): ArchiveException |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param string $name |
||
| 35 | * @return ArchiveException |
||
| 36 | * @throws LangException |
||
| 37 | */ |
||
| 38 | public static function fileNotFound(string $name): ArchiveException |
||
| 43 |