Exception: Neoon::Error::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Neoon::Error::Exception
- Defined in:
- lib/neoon/error.rb
Direct Known Subclasses
BeginTransactionFailureException, ConstraintCreationException, ConstraintValidationKernelException, CypherException, EntityNotFoundException, IndexException, KernelException, LabelNotFoundKernelException, NodeNotFoundException, PropertyKeyIdNotFoundKernelException, PropertyKeyNotFoundException, PropertyNotFoundException, RelationshipTypeIdNotFoundKernelException, SchemaException, TransactionFailureException, TransactionalException, UnableToValidateConstraintKernelException, UniqueConstraintViolationKernelException
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response, message) ⇒ Exception
constructor
A new instance of Exception.
Constructor Details
#initialize(response, message) ⇒ Exception
Returns a new instance of Exception.
7 8 9 10 |
# File 'lib/neoon/error.rb', line 7 def initialize(response, ) @response = response super() end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/neoon/error.rb', line 5 def response @response end |