Sha256: 2ca3f8aacac2e8ab578beaa839f08e1b250c9864ed0431ec526b4a67ab869b03
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
module Kangaroo class Exception < ::Exception ; end class RecordNotFound < Exception ; end class RecordSavingFailed < Exception ; end class InstantiatedRecordNeedsIDError < Exception ; end class ChildDefinedBeforeParentError < Exception ; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kangaroo-0.0.3 | lib/kangaroo/exception.rb |
kangaroo-0.0.2 | lib/kangaroo/exception.rb |
kangaroo-0.0.1.pre2 | lib/kangaroo/exception.rb |
kangaroo-0.0.1.pre | lib/kangaroo/exception.rb |