123456789_123456789_123456789_123456789_123456789_

Class: Mongo::Error::SessionEnded

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Error
Instance Chain:
self, Error
Inherits: Error
  • Object
Defined in: lib/mongo/error/session_ended.rb

Overview

::Mongo::Session was previously ended.

Since:

  • 2.7.0

Class Method Summary

Constructor Details

.newSessionEnded

Since:

  • 2.7.0

[ GitHub ]

  
# File 'lib/mongo/error/session_ended.rb', line 23

def initialize
  super('The session was ended and cannot be used')
end