# typed: strong # frozen_string_literal: true module DearInventory class ValidationError < DearInventory::Error; end end