class Mongoid::Errors::InMemoryCollationNotSupported
This error is raised when attempting to do a query with a collation on documents in memory.
Public Class Methods
new()
click to toggle source
Create the new error.
@example Create the new unsupported collation error.
InMemoryCollationNotSupported.new
@since 6.1.0
Calls superclass method
# File lib/mongoid/errors/in_memory_collation_not_supported.rb, line 17 def initialize super(compose_message("in_memory_collation_not_supported")) end