| Class | Mongo::Error::InvalidReadOption |
| In: |
lib/mongo/error/invalid_read_option.rb
|
| Parent: | Error |
Exception that is raised when trying to create a client with an invalid
read option.
@since 2.6.0
Instantiate the new exception.
@example Instantiate the exception.
Mongo::Error::InvalidReadOption.new({:mode => 'bogus'})
@since 2.6.0