FileExistsException
extends Exception
in package
Table of Contents
- $path : string
- __construct() : mixed
- Constructor.
- getPath() : string
- Get the path which was found.
Properties
$path
protected
string
$path
Methods
__construct()
Constructor.
public
__construct(string $path, int $code[, Exception $previous = null ]) : mixed
Parameters
- $path : string
- $code : int
- $previous : Exception = null
Return values
mixed —getPath()
Get the path which was found.
public
getPath() : string