# frozen_string_literal: true

class Circuitbox
  class Error < StandardError; end
end
