Exception: Mongoid::Errors::InvalidGlobalExecutorConcurrency
- Inherits:
-
MongoidError
- Object
- StandardError
- MongoidError
- Mongoid::Errors::InvalidGlobalExecutorConcurrency
- Defined in:
- lib/mongoid/errors/invalid_global_executor_concurrency.rb
Overview
This error is raised when a bad global executor concurrency option is attempted to be set.
Constant Summary
Constants inherited from MongoidError
Instance Attribute Summary
Attributes inherited from MongoidError
#problem, #resolution, #summary
Instance Method Summary collapse
-
#initialize ⇒ InvalidGlobalExecutorConcurrency
constructor
private
Create the new error.
Methods inherited from MongoidError
Constructor Details
#initialize ⇒ InvalidGlobalExecutorConcurrency
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Create the new error.
14 15 16 17 18 19 20 |
# File 'lib/mongoid/errors/invalid_global_executor_concurrency.rb', line 14 def initialize super( ( "invalid_global_executor_concurrency" ) ) end |