gitlab-org--gitlab-foss/lib/bitbucket/error/unauthorized.rb

6 lines
86 B
Ruby

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