Exception: RubyRabbitmqJanus::Errors::Janus::KeepaliveThread::InstanceIsDown
- Inherits:
-
BaseKeepaliveThread
- Object
- StandardError
- RRJError
- BaseJanus
- BaseConcurency
- BaseKeepalive
- BaseKeepaliveThread
- RubyRabbitmqJanus::Errors::Janus::KeepaliveThread::InstanceIsDown
- Defined in:
- lib/rrj/errors/janus/processus/keepalive/thread.rb
Instance Method Summary collapse
-
#initialize ⇒ InstanceIsDown
constructor
A new instance of InstanceIsDown.
Constructor Details
#initialize ⇒ InstanceIsDown
Returns a new instance of InstanceIsDown.
47 48 49 |
# File 'lib/rrj/errors/janus/processus/keepalive/thread.rb', line 47 def initialize super 'Error when instance is down' end |