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

Version Path
sandthorn-1.3.0 lib/sandthorn/errors.rb
sandthorn-1.2.0 lib/sandthorn/errors.rb
sandthorn-1.1.0 lib/sandthorn/errors.rb
sandthorn-1.0.0 lib/sandthorn/errors.rb
sandthorn-0.13.0 lib/sandthorn/errors.rb
sandthorn-0.12.0 lib/sandthorn/errors.rb
sandthorn-0.11.0 lib/sandthorn/errors.rb
sandthorn-0.10.3 lib/sandthorn/errors.rb
sandthorn-0.10.2 lib/sandthorn/errors.rb
sandthorn-0.10.1 lib/sandthorn/errors.rb
sandthorn-0.10.0 lib/sandthorn/errors.rb
sandthorn-0.9.2 lib/sandthorn/errors.rb
sandthorn-0.9.1 lib/sandthorn/errors.rb
sandthorn-0.9.0 lib/sandthorn/errors.rb
sandthorn-0.8.1 lib/sandthorn/errors.rb
sandthorn-0.8.0 lib/sandthorn/errors.rb
sandthorn-0.7.0 lib/sandthorn/errors.rb
sandthorn-0.6.0 lib/sandthorn/errors.rb
sandthorn-0.5.1 lib/sandthorn/errors.rb
sandthorn-0.5.0 lib/sandthorn/errors.rb