lib/dry/core/errors.rb



module Dry
  module Core
    InvalidClassAttributeValue = Class.new(StandardError)
  end
end