class Seahorse::Client::Plugins::RaiseResponseErrors::Handler
def call(context)
def call(context) response = @handler.call(context) raise response.error if response.error response end
def call(context) response = @handler.call(context) raise response.error if response.error response end