class TableSync::WrongOptionValue

Public Class Methods

new(model, option, value) click to toggle source
Calls superclass method
# 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