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

7 lines
89 B
Ruby

module Bitbucket
module Error
class Unauthorized < StandardError
end
end
end