Exception: Aviator::Service::ServiceNameNotDefinedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/puppet/feature/aviator/core/service.rb

Instance Method Summary collapse

Constructor Details

#initializeServiceNameNotDefinedError

Returns a new instance of ServiceNameNotDefinedError.



21
22
23
# File 'lib/puppet/feature/aviator/core/service.rb', line 21

def initialize
  super ":service is not defined."
end