| 1 | <?php |
||
| 9 | class FileCannotBeAdded extends Exception |
||
| 10 | { |
||
| 11 | public static function unknownType() |
||
| 15 | |||
| 16 | public static function fileIsTooBig(string $path) |
||
| 24 | |||
| 25 | public static function fileDoesNotExist(string $path) |
||
| 29 | |||
| 30 | public static function unreachableUrl(string $url) |
||
| 34 | |||
| 35 | public static function diskDoesNotExist(string $diskName) |
||
| 39 | |||
| 40 | public static function modelDoesNotExist(Model $model) |
||
| 46 | |||
| 47 | public static function requestDoesNotHaveFile($key) |
||
| 51 | } |
||
| 52 |