eloquent/pathogen API
Interface

Eloquent\Pathogen\Exception\InvalidPathAtomExceptionInterface

interface InvalidPathAtomExceptionInterface

Interface for exceptions that handle invalid path atom cases.

Methods

string atom()

Get the invalid path atom.

string reason()

Get the reason message.

Details

at line 24
public string atom()

Get the invalid path atom.

Return Value

string The invalid path atom.

at line 31
public string reason()

Get the reason message.

Return Value

string The reason message.