eloquent/pathogen API
Class

Eloquent\Pathogen\Exception\EmptyPathException

class EmptyPathException extends Exception

No path atoms were supplied when constructing a new relative path.

Methods

__construct(Exception $previous = null)

Construct a new empty path exception.

Details

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

Construct a new empty path exception.

Parameters

Exception $previous The cause, if available.