Sha256: 9496f379b1f8b1036443d047547447bb62f30592b96b07f45697ba1f56886e56

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

module CurlyMustache
  class NoKeyError < RuntimeError; end
  class AttributeNotDefinedError < RuntimeError; end
  class IdNotSettableError < RuntimeError; end
  class InvaildAttributeType < ArgumentError; end
  class InvalidAssociation < RuntimeError; end
  class NotImplementedError < RuntimeError
    def initialize
      super("Not implemented!")
    end
  end
  class RecordNotFound < RuntimeError; end
  class RecordInvalid < RuntimeError; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curly_mustache-0.1.0 lib/curly_mustache/errors.rb