Class: Mongo::Error::InvalidSession
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| 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.
Class Method Summary
-
.new(message) ⇒ InvalidSession
constructor
Create the new exception.
Constructor Details
.new(message) ⇒ InvalidSession
Create the new exception.
# File 'lib/mongo/error/invalid_session.rb', line 32
def initialize() super end