BigW Consortium Gitlab

unauthorized.rb 89 Bytes
Newer Older
1 2 3 4 5 6
module Bitbucket
  module Error
    class Unauthorized < StandardError
    end
  end
end