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