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

unauthorized.rb « error « bitbucket « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e2eb57bb0ee37dad8158dcaf6bcf001e5e0ebf4 (plain)
1
2
3
4
5
6
module Bitbucket
  module Error
    class Unauthorized < StandardError
    end
  end
end