class Seahorse::Client::Plugins::RaiseResponseErrors
Public Instance Methods
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