Raised if the requested file revision is not found.
@since 2.1.0
Create the new exception.
@example Create the new exception.
Mongo::Error::InvalidFileRevision.new('some-file.txt', 3)
@param [ String ] filename The name of the file. @param [ Integer ] revision The requested revision.
[Validate]