Exception: OrientDbClient::RecordNotFound

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

Instance Attribute Summary

Attributes inherited from ProtocolError

#exception_class, #session

Instance Method Summary collapse

Constructor Details

#initialize(session) ⇒ RecordNotFound

Returns a new instance of RecordNotFound.



21
22
23
# File 'lib/orient_db_client/exceptions.rb', line 21

def initialize(session)
	super session
end