class Grape::Validations::Types::InvalidValue

coerced. The given message will be used as a validation error.
Instances of this class may be used as tokens to denote that a parameter value could not be

def initialize(message = nil)

def initialize(message = nil)
  @message = message
end