Exception: RubyRabbitmqJanus::Errors::Janus::KeepaliveTimer::StartTimer
- Inherits:
-
BaseKeepaliveTimer
- Object
- StandardError
- RRJError
- BaseJanus
- BaseConcurency
- BaseKeepalive
- BaseKeepaliveTimer
- RubyRabbitmqJanus::Errors::Janus::KeepaliveTimer::StartTimer
- Defined in:
- lib/rrj/errors/janus/processus/keepalive/timer.rb
Instance Method Summary collapse
-
#initialize ⇒ StartTimer
constructor
A new instance of StartTimer.
Constructor Details
#initialize ⇒ StartTimer
Returns a new instance of StartTimer.
40 41 42 |
# File 'lib/rrj/errors/janus/processus/keepalive/timer.rb', line 40 def initialize super 'Error when timer to Keepalive Thread start' end |