FileNotFoundException
class FileNotFoundException extends IOException
Exception class thrown when a file couldn't be found.
Methods
Details
at line line 22
__construct($message = null, $code, Exception $previous = null, $path = null)
in IOException at line line 35
string
getPath()
Returns the associated path for the exception.