summaryrefslogtreecommitdiff
path: root/lib/bitbucket/error/unauthorized.rb
blob: 5e2eb57bb0ee37dad8158dcaf6bcf001e5e0ebf4 (plain)
1
2
3
4
5
6
module Bitbucket
  module Error
    class Unauthorized < StandardError
    end
  end
end