Exception: Diplomat::PathNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sensu_generator/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ PathNotFound

Returns a new instance of PathNotFound.



17
18
19
# File 'lib/sensu_generator/exceptions.rb', line 17

def initialize(*args)
  ::SensuGenerator::Application.logger.error "Could not connect to consul with provided url"
end