Sha256: 22f5908f3cc94218b9bb1b2b41c67fd56109846d30f36ba25f0af4580fb1aff0
Contents?: true
Size: 184 Bytes
Versions: 14
Compression:
Stored size: 184 Bytes
Contents
class Dry::Initializer::Errors::TypeConstraintError < TypeError def initialize(name, type) super "#{type} used as constraint for argument '#{name}' is not a dry-type." end end
Version data entries
14 entries across 14 versions & 1 rubygems