Class: TableSync::DestroyError

Inherits:
Error
  • Object
show all
Defined in:
lib/table_sync/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(data:, target_keys:, result:) ⇒ DestroyError

Returns a new instance of DestroyError.



42
43
44
# File 'lib/table_sync/errors.rb', line 42

def initialize(data:, target_keys:, result:)
  super("data: #{data.inspect}, target_keys: #{target_keys.inspect}, result: #{result.inspect}")
end