Sha256: 646ac7917d598ff98ebead09577fdb218a9f972359d856d16eea99c4dfa61b00
Contents?: true
Size: 302 Bytes
Versions: 10
Compression:
Stored size: 302 Bytes
Contents
module MixedGauge class Error < ::StandardError end # Raised when try to put new record without distkey attribute. class MissingDistkeyAttribute < Error end # Inherit from AR::RecordNotFound to enable to handle as AR's one. class RecordNotFound < ActiveRecord::RecordNotFound end end
Version data entries
10 entries across 10 versions & 1 rubygems