class NSXDriver::NSXError::UnknownObject

Class UnknownObject

Public Class Methods

new(msg = 'Unknown object type') click to toggle source
Calls superclass method
# File lib/nsx_error.rb, line 41
def initialize(msg = 'Unknown object type')
    super(msg)
end