class Seahorse::Client::Plugins::RaiseResponseErrors
def add_handlers(handlers, config)
def add_handlers(handlers, config) if config.raise_response_errors handlers.add(Handler, step: :validate, priority: 95) end end
def add_handlers(handlers, config) if config.raise_response_errors handlers.add(Handler, step: :validate, priority: 95) end end