Exception: OrientDbClient::UnsupportedProtocolError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/orient_db_client/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ UnsupportedProtocolError

Returns a new instance of UnsupportedProtocolError.



3
4
5
# File 'lib/orient_db_client/exceptions.rb', line 3

def initialize(version)
	super "The host reports protocol version #{version}, which is not currently supported by this driver."
end