class RubyRabbitmqJanus::Errors::Rabbit::Connect::MissingAction

Error when transaction hs no block

Public Class Methods

new() click to toggle source
# File lib/rrj/errors/rabbit/rabbit.rb, line 16
def initialize
  super 'Transaction failed, missing block'
end