10 11 12 13
# File 'lib/minato/utils/response_handler.rb', line 10 def handle(response) raise_exception(response) if response_error?(response) Response.new(response) end