Method: Mongoid::Errors::NoClientDatabase#initialize
- Defined in:
- lib/mongoid/errors/no_client_database.rb
#initialize(name, config) ⇒ NoClientDatabase
Create the new error.
17 18 19 20 21 22 23 24 |
# File 'lib/mongoid/errors/no_client_database.rb', line 17 def initialize(name, config) super( ( "no_client_database", { name: name, config: config } ) ) end |