class FileNotFoundException extends IOException

Exception class thrown when a file couldn't be found.

Methods

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

No description

string
getPath()

Returns the associated path for the exception.

Details

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

Parameters

string $message
int $code
Exception $previous
string $path

string getPath()

Returns the associated path for the exception.

Return Value

string The path