Exception: PuppetX::IntechWIFI::Exceptions::VpcNotNamedError
- Inherits:
-
StandardError
- Object
- StandardError
- PuppetX::IntechWIFI::Exceptions::VpcNotNamedError
- Defined in:
- lib/puppet_x/intechwifi/exceptions.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ VpcNotNamedError
constructor
A new instance of VpcNotNamedError.
Constructor Details
#initialize(name) ⇒ VpcNotNamedError
Returns a new instance of VpcNotNamedError
36 37 38 |
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 36 def initialize(name) super("Vpc-id #{name} did not have a name tag.") end |