class Travis::Tools::Github

def gh_error(error)

def gh_error(error)
  raise error if explode
  JSON.parse(error.info[:response_body])["message"].to_s
end