Documentation

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

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

        
On this page

Search results