Exception: Hatchet::DedupeViolationError
- Defined in:
- lib/hatchet/exceptions.rb
Overview
Raised when a dedupe violation occurs (duplicate key)
Instance Method Summary collapse
-
#initialize(message = "Dedupe violation: a run with this key already exists") ⇒ DedupeViolationError
constructor
A new instance of DedupeViolationError.
Constructor Details
#initialize(message = "Dedupe violation: a run with this key already exists") ⇒ DedupeViolationError
Returns a new instance of DedupeViolationError.
22 23 24 |
# File 'lib/hatchet/exceptions.rb', line 22 def initialize( = "Dedupe violation: a run with this key already exists") super end |