Sha256: ec7ce2c4c90319ebe73c663d5b7fed7ef5799690c538f781a7f9ce217a1fd491

Contents?: true

Size: 249 Bytes

Versions: 8

Compression:

Stored size: 249 Bytes

Contents

module SandthornDriverSequel::Errors
    class Error < StandardError; end
    class ConcurrencyError < Error; end
    class InternalError < Error; end
    class NoAggregateError < Error; end
    class WrongAggregateVersionError < Error; end
end    

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sandthorn_driver_sequel-1.1.0 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.6 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.5 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.4 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.3 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.2 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.1 lib/sandthorn_driver_sequel/errors.rb
sandthorn_driver_sequel-1.0.0 lib/sandthorn_driver_sequel/errors.rb