Exception: MaxML::Errors::InvalidConfig

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidConfig

Returns a new instance of InvalidConfig.



5
6
7
# File 'lib/maxml/errors.rb', line 5

def initialize
  super("DB options should be a hash")
end