class Seahorse::Client::Plugins::RaiseResponseErrors

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/seahorse/client/plugins/raise_response_errors.rb, line 22
def add_handlers(handlers, config)
  if config.raise_response_errors
    handlers.add(Handler, step: :validate, priority: 95)
  end
end