Exception: RubyRabbitmqJanus::Errors::Janus::BaseKeepaliveThread

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BaseKeepaliveThread

Returns a new instance of BaseKeepaliveThread.



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

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