FileNotFoundException
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