eloquent/pathogen API
Class

Eloquent\Pathogen\Exception\UndefinedAtomException

class UndefinedAtomException extends Exception

An undefined atom was requested.

Methods

__construct(integer $index, Exception $previous = null)

Construct a new undefined atom exception.

string index()

Get the requested atom index.

Details

at line 27
public __construct(integer $index, Exception $previous = null)

Construct a new undefined atom exception.

Parameters

integer $index The requested atom index.
Exception $previous The cause, if available.

at line 46
public string index()

Get the requested atom index.

Return Value

string The requested index.