class MaxML::Errors::InvalidConfig

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/maxml/errors.rb, line 5
def initialize
  super("DB options should be a hash")
end