Class Mongo::Error::FileNotFound
In: lib/mongo/error/file_not_found.rb
Parent: Error

Raised if a file is deleted from a GridFS but it is not found.

@since 2.1.0

Methods

new  

Public Class methods

Create the new exception.

@example Create the new exception.

  Mongo::Error::FileNotFound.new(id, :id)

@param [ Object ] value The property value used to find the file. @param [ String, Symbol ] property The name of the property used to find the file.

@since 2.1.0

[Validate]