Exception: RubyRabbitmqJanus::Errors::Janus::BaseKeepalive

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BaseKeepalive

Returns a new instance of BaseKeepalive.



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

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