The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Valiant

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant