Exception: PuppetX::IntechWIFI::Exceptions::RouteFormatError

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

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ RouteFormatError

Returns a new instance of RouteFormatError



48
49
50
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 48

def initialize(data)
  super("Route format is 'cidr|target type|target id', not '#{data}'.")
end