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