Welcome to mirror list, hosted at ThFree Co, Russian Federation.

faraday.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f92392ec1a95d3bc9e938f4f9a046b548f97226b (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Gitlab
  module Faraday
    ::Faraday::Request.register_middleware(gitlab_error_callback: -> { ::Gitlab::Faraday::ErrorCallback })
  end
end