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::NameNotFilter - Failure to load a filter

SYNOPSIS

    throw_exception('NameNotFilter', name => $key, packages => \@filter_packages)

DESCRIPTION

Encapsulates an error when the filter namepart you use can't be found in the filter namespace.

ATTRIBUTES

name

packages

The string name of of the filter 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