eloquent/pathogen API
Interface

Eloquent\Pathogen\Exception\InvalidPathExceptionInterface

interface InvalidPathExceptionInterface

Interface for exceptions that handle invalid path cases.

Methods

PathInterface path()

Get the invalid path.

string reason()

Get the reason message.

Details

at line 26
public PathInterface path()

Get the invalid path.

Return Value

PathInterface The invalid path.

at line 33
public string reason()

Get the reason message.

Return Value

string The reason message.