# frozen_string_literal: true module Bitbucket module Error Unauthorized = Class.new(StandardError) end end