NAME
Valiant::Util::Exception::NameNotValidator - Failure to load a validator
SYNOPSIS
throw_exception('NameNotValidator', name => $key, packages => \@validator_packages)
DESCRIPTION
Encapsulates an error when the validator namepart you use can't be found in the validator namespace.
ATTRIBUTES
name
packages
The string name of of the validator namepart and the list of package namespaces we search for it in.
message
The actual exception message
SEE ALSO
AUTHOR
See Valiant
COPYRIGHT & LICENSE
See Valiant