# frozen_string_literal: true module Dragnet module Errors # Base class for all errors raised by the gem. class Error < StandardError; end end end