| 1 | <?php |
||
| 8 | class WriterException extends Exception |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param string $filePath |
||
| 12 | * @return WriterException |
||
| 13 | */ |
||
| 14 | public static function fileExistException($filePath) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $filePath |
||
| 21 | * @return WriterException |
||
| 22 | */ |
||
| 23 | public static function writeFailureException($filePath) |
||
| 27 | } |
||
| 28 |