class Athena::Validator::Exception::UnexpectedValueError
inherits ArgumentError
#
Raised when an AVD::ConstraintValidatorInterface
is unable to validate a value of an unsupported type.
See AVD::ConstraintValidator#raise_invalid_type
.
Included modules
Athena::Validator::Exception
Constructors#
.new(value : _, supported_types : String)
#
Methods#
#supported_types : String
#
A string representing a union of the supported_type(s).