Exception: RubyRabbitmqJanus::Errors::Process::BaseKeepaliveThread

Inherits:
BaseKeepalive show all
Defined in:
lib/rrj/errors/process/keepalive/thread.rb

Overview

Define a super class for all error in Process::Concurency::Keepalive

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BaseKeepaliveThread

Returns a new instance of BaseKeepaliveThread.



10
11
12
# File 'lib/rrj/errors/process/keepalive/thread.rb', line 10

def initialize(message)
  super "[Thread] #{message}"
end