class TdModel::Errors::FailedToTypeValidationOfColumnError

Attributes

object[R]

Public Class Methods

new(object=nil) click to toggle source
Calls superclass method
# File lib/td_model/errors/failed_to_type_validation_of_column_error.rb, line 5
def initialize(object=nil)
  @object = object || 'Different is the type of the value that has been set as the column type'
  super(@object)
end