Exception: PuppetX::IntechWIFI::Exceptions::NotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFoundError

Returns a new instance of NotFoundError



24
25
26
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 24

def initialize(name)
  super("#{name} was not found.")
end