Exception: Hatchet::DedupeViolationError

Inherits:
Error
  • Object
show all
Defined in:
lib/hatchet/exceptions.rb

Overview

Raised when a dedupe violation occurs (duplicate key)

Instance Method Summary collapse

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(message = "Dedupe violation: a run with this key already exists")
  super
end