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