module AWS::Errors::ExceptionMixinClassMethods

def new(*args)

def new(*args)
  e = Base.new(*args)
  e.extend(self)
  e
end