debian-mirror-gitlab/lib/bitbucket/error/unauthorized.rb
2017-08-17 22:00:37 +05:30

6 lines
86 B
Ruby

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