class RubyRabbitmqJanus::Errors::Rabbit::Connect::TransactionTimeout

Error When transaction timeout

Public Class Methods

new(error) click to toggle source
# File lib/rrj/errors/rabbit/rabbit.rb, line 23
def initialize(error)
  super error
end