Method: Mongo::Error::FileNotFound#initialize
- Defined in:
- lib/mongo/error/file_not_found.rb
#initialize(value, property) ⇒ FileNotFound
Create the new exception.
35 36 37 |
# File 'lib/mongo/error/file_not_found.rb', line 35 def initialize(value, property) super("File with #{property} '#{value}' not found.") end |