Exception: PuppetX::IntechWIFI::Exceptions::SharedPortFormatError
- Inherits:
-
StandardError
- Object
- StandardError
- PuppetX::IntechWIFI::Exceptions::SharedPortFormatError
- Defined in:
- lib/puppet_x/intechwifi/exceptions.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ SharedPortFormatError
constructor
A new instance of SharedPortFormatError.
Constructor Details
#initialize(data) ⇒ SharedPortFormatError
Returns a new instance of SharedPortFormatError
54 55 56 |
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 54 def initialize(data) super("SharedPort format is 'protocol|listening_port[|cert arn]=>target_port', not '#{data}'.") end |