Exception: NSXDriver::NSXError::ObjectNotFound
- Inherits:
-
NSXDriver::NSXError
- Object
- StandardError
- NSXDriver::NSXError
- NSXDriver::NSXError::ObjectNotFound
- Defined in:
- lib/nsx_error.rb
Overview
Class ObjectNotFound
Instance Method Summary collapse
-
#initialize(msg = 'Object not found') ⇒ ObjectNotFound
constructor
A new instance of ObjectNotFound.
Constructor Details
#initialize(msg = 'Object not found') ⇒ ObjectNotFound
Returns a new instance of ObjectNotFound.
32 33 34 |
# File 'lib/nsx_error.rb', line 32 def initialize(msg = 'Object not found') super(msg) end |