class RubyRabbitmqJanus::Errors::Rabbit::Connect::MissingAction
Error when transaction hs no block
Public Class Methods
new()
click to toggle source
Calls superclass method
RubyRabbitmqJanus::Errors::Rabbit::Base::new
# File lib/rrj/errors/rabbit/rabbit.rb, line 16 def initialize super 'Transaction failed, missing block' end