Exception: VBox::WebService::NoWebServiceError

Inherits:
ConnectionError show all
Defined in:
lib/virtualbox/exceptions.rb

Instance Method Summary collapse

Methods inherited from ConnectionError

#to_s

Constructor Details

#initialize(endpoint, message = 'No VirtualBox SOAP service found') ⇒ NoWebServiceError

Returns a new instance of NoWebServiceError.



16
17
18
# File 'lib/virtualbox/exceptions.rb', line 16

def initialize(endpoint, message = 'No VirtualBox SOAP service found')
  super
end