Exception: RubyRabbitmqJanus::Errors::Tools::Config::TTLNotFound
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::TTLNotFound
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Overview
Error for Tools::Config#time_to_live (or #ttl)
Instance Method Summary collapse
-
#initialize ⇒ TTLNotFound
constructor
A new instance of TTLNotFound.
Constructor Details
#initialize ⇒ TTLNotFound
Returns a new instance of TTLNotFound.
67 68 69 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 67 def initialize super 'Keepalive TTL option is not reading in config file', :warn end |