# File lib/mongo/error/file_not_found.rb, line 32 def initialize(value, property) super("File with #{property} '#{value}' not found.") end