Exception: RubyRabbitmqJanus::Errors::Tools::Config::TTLNotFound

Inherits:
BaseConfig show all
Defined in:
lib/rrj/errors/tools/gem/config.rb

Overview

Error for Tools::Config#time_to_live (or #ttl)

Instance Method Summary collapse

Constructor Details

#initializeTTLNotFound

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