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