Exception: PuppetX::IntechWIFI::Exceptions::RouteFormatError
- Inherits:
-
StandardError
- Object
- StandardError
- PuppetX::IntechWIFI::Exceptions::RouteFormatError
- Defined in:
- lib/puppet_x/intechwifi/exceptions.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ RouteFormatError
constructor
A new instance of RouteFormatError.
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 |