Class: Mongo::Error::SessionEnded
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/session_ended.rb |
Overview
::Mongo::Session was previously ended.
Class Method Summary
- .new ⇒ SessionEnded constructor
Constructor Details
.new ⇒ SessionEnded
# File 'lib/mongo/error/session_ended.rb', line 23
def initialize super('The session was ended and cannot be used') end