Error::Simple (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
Error::Simple - the simple error sub-class of ErrorSYNOPSIS
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.