Exception: PuppetX::IntechWIFI::Exceptions::ProtocolFormatError

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

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ ProtocolFormatError

Returns a new instance of ProtocolFormatError



42
43
44
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 42

def initialize(data)
  super("Failed to obtain Network protocol number from '#{data}'.")
end