Exception: Mongoid::Errors::SessionsNotSupported
- Inherits:
-
MongoidError
- Object
- StandardError
- MongoidError
- Mongoid::Errors::SessionsNotSupported
- Defined in:
- lib/mongoid/errors/sessions_not_supported.rb
Overview
This error is raised when a session is attempted to be used with a model whose client cannot use it since the mongodb deployment doesn’t support sessions.
Constant Summary
Constants inherited from MongoidError
Instance Attribute Summary
Attributes inherited from MongoidError
#problem, #resolution, #summary
Instance Method Summary collapse
-
#initialize ⇒ SessionsNotSupported
constructor
Create the error.
Methods inherited from MongoidError
Constructor Details
#initialize ⇒ SessionsNotSupported
Create the error.
12 13 14 |
# File 'lib/mongoid/errors/sessions_not_supported.rb', line 12 def initialize super('sessions_not_supported') end |