summaryrefslogtreecommitdiff
path: root/lib/bitbucket/error/unauthorized.rb
blob: efe10542f199c3a218068b8b780530744c77d2dd (plain)
1
2
3
4
5
module Bitbucket
  module Error
    Unauthorized = Class.new(StandardError)
  end
end