eloquent/pathogen API
Class

Eloquent\Pathogen\Exception\InvalidPathStateException

class InvalidPathStateException extends Exception

An attempt was made to construct a new path in an invalid state.

Methods

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

Construct a new invalid path state exception.

string reason()

Get the reason message.

Details

at line 27
public __construct(string $reason, Exception $previous = null)

Construct a new invalid path state exception.

Parameters

string $reason The reason message.
Exception $previous The cause, if available.

at line 43
public string reason()

Get the reason message.

Return Value

string The reason message.