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

 plenigo::Ex - Exception thrown if something went wrong.

SYNOPSIS

 use plenigo::Ex;

 # Throw an exception

 plenigo::Ex->throw({ code => 100, message => 'Description of the error code.' });

DESCRIPTION

 plenigo::Ex represents an exception.