Exception: Neo4j::Driver::Exceptions::ClientException

Inherits:
Neo4jException
  • Object
show all
Defined in:
lib/neo4j/driver/exceptions/client_exception.rb

Instance Attribute Summary

Attributes inherited from Neo4jException

#cause, #code, #suppressed

Class Method Summary collapse

Methods inherited from Neo4jException

#add_suppressed, #initialize

Constructor Details

This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException

Class Method Details

.unable_to_convert(object) ⇒ Object

Raises:

  • (self)


8
9
10
# File 'lib/neo4j/driver/exceptions/client_exception.rb', line 8

def unable_to_convert(object)
  raise self, "Unable to convert #{object.class.name} to Neo4j Value."
end