Exception: Mongoid::Errors::InMemoryCollationNotSupported
- Inherits:
-
MongoidError
- Object
- StandardError
- MongoidError
- Mongoid::Errors::InMemoryCollationNotSupported
- Defined in:
- lib/mongoid/errors/in_memory_collation_not_supported.rb
Overview
This error is raised when attempting to do a query with a collation on documents in memory.
Constant Summary
Constants inherited from MongoidError
Instance Attribute Summary
Attributes inherited from MongoidError
#problem, #resolution, #summary
Instance Method Summary collapse
-
#initialize ⇒ InMemoryCollationNotSupported
constructor
Create the new error.
Methods inherited from MongoidError
Constructor Details
#initialize ⇒ InMemoryCollationNotSupported
Create the new error.
15 16 17 |
# File 'lib/mongoid/errors/in_memory_collation_not_supported.rb', line 15 def initialize super(("in_memory_collation_not_supported")) end |