Sha256: 64c1f6700d4b0f869aaef8cd1c618f3f57ce836d83e81851276b732dffcbf531
Contents?: true
Size: 239 Bytes
Versions: 21
Compression:
Stored size: 239 Bytes
Contents
module Sandthorn module Errors class Error < StandardError; end class AggregateNotFound < Error; end class ConcurrencyError < Error; end class ConfigurationError < Error; end class SnapshotError < Error; end end end
Version data entries
21 entries across 21 versions & 1 rubygems