Class: Mongo::Error::SessionEnded

Inherits:
Error
  • Object
show all
Defined in:
lib/mongo/error/session_ended.rb

Overview

Session was previously ended.

Since:

  • 2.7.0

Instance Method Summary collapse

Constructor Details

#initializeSessionEnded

Returns a new instance of SessionEnded.

Since:

  • 2.7.0



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

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