Exception: PuppetX::IntechWIFI::Exceptions::SharedPortFormatError

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

Instance Method Summary collapse

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