Exception: Aviator::Service::ProviderNotDefinedError

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

Instance Method Summary collapse

Constructor Details

#initializeProviderNotDefinedError

Returns a new instance of ProviderNotDefinedError.



15
16
17
# File 'lib/puppet/feature/aviator/core/service.rb', line 15

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