The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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