class PathException extends RuntimeException implements ExceptionInterface

Thrown when a file does not exist or is not readable.

Methods

__construct(string $path, int $code = 0, Exception $previous = null)

No description

Details

__construct(string $path, int $code = 0, Exception $previous = null)

Parameters

string $path
int $code
Exception $previous