Exception: Neo4j::Driver::Exceptions::ClientException
- Inherits:
-
Neo4jException
- Object
- RuntimeError
- Neo4jException
- Neo4j::Driver::Exceptions::ClientException
- Defined in:
- lib/neo4j/driver/exceptions/client_exception.rb
Direct Known Subclasses
FatalDiscoveryException, ResultConsumedException, TransactionNestingException
Instance Attribute Summary
Attributes inherited from Neo4jException
Class Method Summary collapse
Methods inherited from Neo4jException
Constructor Details
This class inherits a constructor from Neo4j::Driver::Exceptions::Neo4jException
Class Method Details
.unable_to_convert(object) ⇒ Object
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 |