Exception: Hatchet::NonRetryableError
- Defined in:
- lib/hatchet/exceptions.rb
Overview
Raised when a task should not be retried
Instance Method Summary collapse
-
#initialize(message = "This task should not be retried") ⇒ NonRetryableError
constructor
A new instance of NonRetryableError.
Constructor Details
#initialize(message = "This task should not be retried") ⇒ NonRetryableError
Returns a new instance of NonRetryableError.
8 9 10 |
# File 'lib/hatchet/exceptions.rb', line 8 def initialize( = "This task should not be retried") super end |