1 | <?php |
||
7 | class DatasetException extends \Exception |
||
8 | { |
||
9 | /** |
||
10 | * @return DatasetException |
||
11 | */ |
||
12 | public static function missingFile($filepath) |
||
16 | |||
17 | /** |
||
18 | * @return DatasetException |
||
19 | */ |
||
20 | public static function missingFolder($path) |
||
24 | |||
25 | public static function cantOpenFile($filepath) |
||
29 | } |
||
30 |