BigW Consortium Gitlab

unauthorized.rb 86 Bytes
module Bitbucket
  module Error
    Unauthorized = Class.new(StandardError)
  end
end