Exception: MaxML::Errors::InvalidConfigOption

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/maxml/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ InvalidConfigOption

Returns a new instance of InvalidConfigOption.



11
12
13
14
# File 'lib/maxml/errors.rb', line 11

def initialize(name)
  super("Missing DB Configuration property :#{name}. Make sure that " +
        "MongoPersistence.config is called from your code.")
end