Class: TableSync::WrongOptionValue

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

Instance Method Summary collapse

Constructor Details

#initialize(model, option, value) ⇒ WrongOptionValue

Returns a new instance of WrongOptionValue.



75
76
77
# File 'lib/table_sync/errors.rb', line 75

def initialize(model, option, value)
  super("TableSync config for #{model.inspect} can't contain #{value.inspect} as #{option}")
end