Sha256: b4e3474699f74f3dc2caec174daee8a833c7397bb04e25f6fcfb47832b710a62
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
module CurlyMustache class NoKeyError < RuntimeError; end class AttributeNotDefinedError < RuntimeError; end class InvaildAttributeType < ArgumentError; end class InvalidAssociation < RuntimeError; end class RecordNotFound < RuntimeError; end class ValidationError < RuntimeError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cjbottaro-curly_mustache-0.0.0 | lib/errors.rb |