Exception: RubyRabbitmqJanus::Errors::Process::BaseKeepalive

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BaseKeepalive

Returns a new instance of BaseKeepalive.



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

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