class FileNotFoundException extends IOException

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

Methods

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

No description

string
getPath()

Returns the associated path for the exception.

Details

at line line 22
__construct($message = null, $code, Exception $previous = null, $path = null)

Parameters

$message
$code
Exception $previous
$path

in IOException at line line 35
string getPath()

Returns the associated path for the exception.

Return Value

string The path.