Exception: PuppetX::IntechWIFI::Exceptions::MultipleMatchesError

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

Instance Method Summary collapse

Constructor Details

#initialize(vpc) ⇒ MultipleMatchesError

Returns a new instance of MultipleMatchesError



30
31
32
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 30

def initialize(vpc)
  super("Multiple possible Vpc #{vpc} were found.  Not safe to continue")
end