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