class Mongo::Error::SessionEnded

Session was previously ended.

@since 2.7.0

Public Class Methods

new() click to toggle source
Calls superclass method Mongo::Error::new
# File lib/mongo/error/session_ended.rb, line 22
def initialize
  super("The session was ended and cannot be used")
end