class FileExistsException extends RuntimeException

Properties

protected string $invalidPath

Name of the affected directory path.

Methods

$this
setInvalidPath($path)

Set the affected directory path.

string
getInvalidPath()

Get the affected directory path.

Details

at line 22
$this setInvalidPath($path)

Set the affected directory path.

Parameters

$path

Return Value

$this

at line 36
string getInvalidPath()

Get the affected directory path.

Return Value

string