Method: Neo4j::Driver::Exceptions::Neo4jException#add_suppressed
- Defined in:
- lib/neo4j/driver/exceptions/neo4j_exception.rb
#add_suppressed(exception) ⇒ Object
16 17 18 |
# File 'lib/neo4j/driver/exceptions/neo4j_exception.rb', line 16 def add_suppressed(exception) (@suppressed ||= []) << exception end |