eloquent/pathogen API
Class

Eloquent\Pathogen\Exception\EmptyPathAtomException

class EmptyPathAtomException extends AbstractInvalidPathAtomException

An empty path atom was supplied.

Methods

__construct(Exception $previous = null)

Construct a new empty path atom exception.

string atom()

Get the invalid path atom.

from AbstractInvalidPathAtomException
string reason()

Get the reason message.

Details

at line 26
public __construct(Exception $previous = null)

Construct a new empty path atom exception.

Parameters

Exception $previous The cause, if available.

public string atom()

Get the invalid path atom.

Return Value

string The invalid path atom.

at line 36
public string reason()

Get the reason message.

Return Value

string The reason message.