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::UnexpectedUseModuleError - Unexpected error while using a module dynamically

SYNOPSIS

    throw_exception UnexpectedUseModuleError => (package => $package, err => $@);

DESCRIPTION

We tried to load a module dynamically and got an error we can't handle for you.

ATTRIBUTES

err

package

The string message of the returned error and the package that caused it when trying to use dynamically

message

The actual exception message

SEE ALSO

Valiant

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant