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