Class: Mongo::Error::InvalidSession
- Inherits:
-
Error
- Object
- Error
- Mongo::Error::InvalidSession
- Defined in:
- lib/mongo/error/invalid_session.rb
Overview
This exception is raised when a session is attempted to be used and it is invalid.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidSession
constructor
Create the new exception.
Constructor Details
#initialize(message) ⇒ InvalidSession
Create the new exception.
32 33 34 |
# File 'lib/mongo/error/invalid_session.rb', line 32 def initialize() super end |