Class Mongo::Error::InvalidFileRevision
In: lib/mongo/error/invalid_file_revision.rb
Parent: Error

Raised if the requested file revision is not found.

@since 2.1.0

Methods

new  

Public Class methods

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.

@since 2.1.0

[Validate]