gitlab-org--gitlab-foss/lib/bitbucket/error/unauthorized.rb
2016-11-21 16:47:25 -08:00

6 lines
89 B
Ruby

module Bitbucket
module Error
class Unauthorized < StandardError
end
end
end