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: efe10542f199c3a218068b8b780530744c77d2dd (plain)
1
2
3
4
5
module Bitbucket
  module Error
    Unauthorized = Class.new(StandardError)
  end
end