Exception: Tuber::AbortProcessingError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Tuber::AbortProcessingError
- Defined in:
- lib/tuber/job/collection.rb
Overview
Exception to stop processing jobs during a process! loop.
Simply raise AbortProcessingError in any job process handler to stop the processing loop.