class Hashie::Extensions::KeyConflictWarning::CannotDisableMashWarnings

def initialize

def initialize
  super(
    'You cannot disable warnings on the base Mash class. ' \
    'Please subclass the Mash and disable it in the subclass.'
  )
end