Exception: MaxML::Errors::InvalidConfigOption
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- MaxML::Errors::InvalidConfigOption
- Defined in:
- lib/maxml/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ InvalidConfigOption
constructor
A new instance of InvalidConfigOption.
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 |