Sha256: 0136a6c32ea57eb362fab42d48c617b743c12e56ad3dc4e4473d223a388bc229

Contents?: true

Size: 347 Bytes

Versions: 6

Compression:

Stored size: 347 Bytes

Contents

module ActiveRecord::Turntable
  class TurntableError < StandardError; end
  class SequenceNotFoundError < TurntableError; end
  class CannotSpecifyShardError < TurntableError; end
  class DefaultShardNotConnected < TurntableError; end
  class UnknownOperatorError < TurntableError; end
  class InvalidConfigurationError < TurntableError; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
activerecord-turntable-4.4.1 lib/active_record/turntable/error.rb
activerecord-turntable-4.4.0 lib/active_record/turntable/error.rb
activerecord-turntable-4.3.0 lib/active_record/turntable/error.rb
activerecord-turntable-4.2.0 lib/active_record/turntable/error.rb
activerecord-turntable-4.1.0 lib/active_record/turntable/error.rb
activerecord-turntable-4.0.0 lib/active_record/turntable/error.rb