eloquent/pathogen API
Class

Eloquent\Pathogen\Windows\Exception\InvalidDriveSpecifierException

class InvalidDriveSpecifierException extends Exception

The provided drive specifier is invalid.

Methods

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

Constructs a new invalid drive specifier exception.

string drive()

Get the invalid drive specifier.

Details

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

Constructs a new invalid drive specifier exception.

Parameters

string $drive The invalid drive specifier.
Exception $previous The cause, if available.

at line 43
public string drive()

Get the invalid drive specifier.

Return Value

string The invalid drive specifier.