- Full name:
\League\Flysystem\UnableToDeleteFile
- Parent class:
RuntimeException
- This class is marked as final and can't be subclassed
- This class implements:
\League\Flysystem\FilesystemOperationFailed
- This class is a Final class
private string $location
private string $reason
public static atLocation(string $location, string $reason = '', \Throwable $previous = null): \League\Flysystem\UnableToDeleteFile
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$location |
string | |
$reason |
string | |
$previous |
\Throwable |
public operation(): string
public reason(): string
public location(): string