Class: TableSync::DestroyError
Instance Method Summary collapse
-
#initialize(data) ⇒ DestroyError
constructor
A new instance of DestroyError.
Constructor Details
#initialize(data) ⇒ DestroyError
Returns a new instance of DestroyError.
26 27 28 |
# File 'lib/table_sync/errors.rb', line 26 def initialize(data) super("Destroy has changed more than 1 row; data: #{data.inspect}") end |