| 1 | <?php |
||
| 8 | class MakeDirectoryFailedException extends Exception |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * MakeDirectoryFailedException constructor. |
||
| 12 | * |
||
| 13 | * @param FileNodeInterface $file |
||
| 14 | * @param string $message |
||
| 15 | * @param Exception $previous |
||
| 16 | */ |
||
| 17 | public function __construct(FileNodeInterface $file, $message = '', Exception $previous = null) |
||
| 23 | } |
||
| 24 |