Seahorse::Client::Handler
@api private
# File lib/seahorse/client/plugins/raise_response_errors.rb, line 13 def call(context) response = @handler.call(context) raise response.error if response.error response end