Class: Mongo::Error::SessionEnded
- Inherits:
-
Error
- Object
- Error
- Mongo::Error::SessionEnded
- Defined in:
- lib/mongo/error/session_ended.rb
Overview
Session was previously ended.
Instance Method Summary collapse
-
#initialize ⇒ SessionEnded
constructor
A new instance of SessionEnded.
Constructor Details
#initialize ⇒ SessionEnded
Returns a new instance of SessionEnded.
23 24 25 |
# File 'lib/mongo/error/session_ended.rb', line 23 def initialize super('The session was ended and cannot be used') end |