Answer:
Option A: FileNotFoundError
Explanation:
FileNotFoundError is an exception which is thrown when a program fail to open a specified file. The root causes of this type of error can be:
Any one of the above reasons can lead to the exception to be thrown when the file doesn't exist.