| 1 | <?php |
||
| 15 | class FileNotWritableException extends UnexpectedValueException implements ExceptionInterface |
||
| 16 | { |
||
| 17 | 1 | public static function fromInvalidMoveOperation(string $fromPath, string $toPath) : self |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @deprecated this method is unused, and will be removed in ProxyManager 3.0.0 |
||
| 29 | */ |
||
| 30 | 3 | public static function fromNonWritableLocation($path) : self |
|
| 49 | } |
||
| 50 |