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

Error::Simple - the simple error sub-class of Error

SYNOPSIS

    use base 'Error::Simple';

DESCRIPTION

The only purpose of this module is to allow one to say:

    use base 'Error::Simple';

and the only thing it does is "use" Error.pm. Refer to the documentation of Error for more information about Error::Simple.

KNOWN BUGS

None.

AUTHORS

Shlomi Fish ( shlomif@iglu.org.il )

SEE ALSO

Error