Documentation

FileNotWritableException extends UnexpectedValueException
in package
implements ExceptionInterface

Exception for non writable files

Table of Contents

Interfaces

ExceptionInterface
Base exception class for the proxy manager

Methods

fromInvalidMoveOperation()  : self
fromNotWritableDirectory()  : self
fromPrevious()  : self

Methods

fromInvalidMoveOperation()

public static fromInvalidMoveOperation(string $fromPath, string $toPath) : self
Parameters
$fromPath : string
$toPath : string
Tags
deprecated
Return values
self

fromNotWritableDirectory()

public static fromNotWritableDirectory(string $directory) : self
Parameters
$directory : string
Tags
deprecated
Return values
self

fromPrevious()

public static fromPrevious(Throwable $previous) : self
Parameters
$previous : Throwable
Return values
self

        
On this page

Search results