# File lib/versionomy/conversion/base.rb, line 71 def convert_value(value_, format_, convert_params_=nil) if @_converter @_converter.call(value_, format_, convert_params_) else raise Errors::ConversionError, "Conversion not implemented" end end