Exception: PuppetX::IntechWIFI::Exceptions::MultipleMatchesError
- Inherits:
-
StandardError
- Object
- StandardError
- PuppetX::IntechWIFI::Exceptions::MultipleMatchesError
- Defined in:
- lib/puppet_x/intechwifi/exceptions.rb
Instance Method Summary collapse
-
#initialize(vpc) ⇒ MultipleMatchesError
constructor
A new instance of MultipleMatchesError.
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 |