class NSXDriver::NSXError::ObjectNotFound
Class ObjectNotFound
Public Class Methods
Source
# File lib/nsx_error.rb, line 32 def initialize(msg = 'Object not found') super(msg) end
Calls superclass method
Class ObjectNotFound
# File lib/nsx_error.rb, line 32 def initialize(msg = 'Object not found') super(msg) end