Sha256: a1cd1b87938cb557677b1e64322414725bd9f037c6688adc272ed54fd28dd8d9

Contents?: true

Size: 395 Bytes

Versions: 9

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

module Boltless
  module Errors
    # This exception is raised when a transaction is going to be used, but is
    # not usable in its current state. This may happen when a not-yet-started
    # transaction should send a query, or when an already rolled back
    # transaction should be used, etc.
    class TransactionInBadStateError < RequestError; end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
boltless-1.4.4 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.4.3 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.4.2 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.4.1 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.4.0 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.3.0 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.2.0 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.1.0 lib/boltless/errors/transaction_in_bad_state_error.rb
boltless-1.0.0 lib/boltless/errors/transaction_in_bad_state_error.rb