MissingPathException
extends DataException
in package
Thrown when trying to access a path that does not exist
Table of Contents
Properties
- $path : string
Methods
- __construct() : mixed
- getPath() : string
Properties
$path
protected
string
$path
Methods
__construct()
public
__construct(string $path[, string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $path : string
- $message : string = ''
- $code : int = 0
- $previous : Throwable|null = null
getPath()
public
getPath() : string