Exception: Hyperclient::ConnectionAlreadyInitializedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hyperclient/entry_point.rb

Overview

Exception that is raised when trying to modify an already initialized connection.

Instance Method Summary collapse

Instance Method Details

#messageObject

Returns a String with the exception message.



9
10
11
# File 'lib/hyperclient/entry_point.rb', line 9

def message
  'The connection has already been initialized.'
end