class Formalism::Form::NoCoercionError

Error for undefined type in coercion

Public Class Methods

new(type) click to toggle source
Calls superclass method
# File lib/formalism/form/coercion.rb, line 55
def initialize(type)
        super "Formalism has no coercion to #{type}"
end