Exception: Isolator::BackgroundJobError
- Inherits:
-
UnsafeOperationError
- Object
- StandardError
- UnsafeOperationError
- Isolator::BackgroundJobError
- Defined in:
- lib/isolator/errors.rb
Constant Summary collapse
- MESSAGE =
"You are trying to enqueue background job inside db transaction. " \ "In case of transaction failure, this may lead to data inconsistency and unexpected bugs"
Method Summary
Methods inherited from UnsafeOperationError
Constructor Details
This class inherits a constructor from Isolator::UnsafeOperationError