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
AUTHOR
See Valiant
COPYRIGHT & LICENSE
See Valiant