Class Mongo::Error::InvalidSession
In: lib/mongo/error/invalid_session.rb
Parent: Error

This exception is raised when a session is attempted to be used and it is invalid.

@since 2.5.0

Methods

new  

Public Class methods

Create the new exception.

@example Create the new exception.

  InvalidSession.new(message)

@param [ String ] message The error message.

@since 2.5.0

[Validate]