CreateDirectoryException
extends RuntimeException
in package
Table of Contents
- $invalidPath : string
- Name of the affected directory path.
- getInvalidPath() : string
- Get the affected directory path.
- setInvalidPath() : $this
- Set the affected directory path.
Properties
$invalidPath
Name of the affected directory path.
protected
string
$invalidPath
Methods
getInvalidPath()
Get the affected directory path.
public
getInvalidPath() : string
Return values
string —setInvalidPath()
Set the affected directory path.
public
setInvalidPath(mixed $path) : $this
Parameters
- $path : mixed