Sha256: a89598b4e38f4bbd1c4585b3128d900792b03d9c6808d13250b88bdf7d40498d
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
class Dry::Initializer::Errors::InvalidTypeError < ::TypeError def initialize(type) super "#{type.inspect} doesn't describe a valid type." \ " Use either a module/class, or an object responding to #call." end end
Version data entries
3 entries across 3 versions & 1 rubygems