Sha256: 642a1632b2163e8d9594c8d51cd804700e0f446177040bbee1ec6c382a91e6de
Contents?: true
Size: 172 Bytes
Versions: 2
Compression:
Stored size: 172 Bytes
Contents
module MixedGauge class Error < ::StandardError end # Raised when try to put new record without distkey attribute. class MissingDistkeyAttribute < Error end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mixed_gauge-0.1.1 | lib/mixed_gauge/errors.rb |
mixed_gauge-0.1.0 | lib/mixed_gauge/errors.rb |