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.



18
19
20
# File 'lib/puppet/feature/aviator/core/service.rb', line 18

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