class FileNotFoundException extends IOException
Exception class thrown when a file couldn't be found.
Methods
__construct($message = null, $code, Exception $previous = null, $path = null) | ||
string | getPath() Returns the associated path for the exception. | from IOException |
Details
__construct($message = null, $code, Exception $previous = null, $path = null)
string getPath()
Returns the associated path for the exception.
Please login to continue.