class NSXDriver::NSXError::ObjectNotFound

Class ObjectNotFound

Public Class Methods

new(msg = 'Object not found') click to toggle source
Calls superclass method
# File lib/nsx_error.rb, line 32
def initialize(msg = 'Object not found')
    super(msg)
end