Exception: NSXDriver::NSXError::ObjectNotFound

Inherits:
NSXDriver::NSXError show all
Defined in:
lib/nsx_error.rb

Overview

Class ObjectNotFound

Instance Method Summary collapse

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