eloquent/pathogen API
Class

Eloquent\Pathogen\Exception\AbstractInvalidPathAtomException

abstract class AbstractInvalidPathAtomException extends Exception implements InvalidPathAtomExceptionInterface

Abstract base class for exceptions implementing InvalidPathAtomExceptionInterface.

Methods

__construct(string $atom, Exception $previous = null)

Construct a new invalid path atom exception.

string atom()

Get the invalid path atom.

string reason()

Get the reason message.

Details

at line 29
public __construct(string $atom, Exception $previous = null)

Construct a new invalid path atom exception.

Parameters

string $atom The invalid path atom.
Exception $previous The cause, if available.

at line 49
public string atom()

Get the invalid path atom.

Return Value

string The invalid path atom.

at line 59
abstract public string reason()

Get the reason message.

Return Value

string The reason message.