gitlab-org--gitlab-foss/lib/bitbucket/error/unauthorized.rb
2017-03-01 15:28:10 +00:00

5 lines
86 B
Ruby

module Bitbucket
module Error
Unauthorized = Class.new(StandardError)
end
end