# frozen_string_literal: true module DirtySeed class Error < StandardError; end class CyclicalAssociationsError < StandardError; end end