Exception: Diplomat::PathNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Diplomat::PathNotFound
- Defined in:
- lib/sensu_generator/exceptions.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ PathNotFound
constructor
A new instance of PathNotFound.
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 |