Error::Simple - the simple error sub-class of Error |
Error::Simple - the simple error sub-class of Error
use base 'Error::Simple';
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.
Constructs an Error::Simple with the text $text
and the optional value $value
.
Error::Simple overloads this method.
None.
Shlomi Fish ( http://www.shlomifish.org/ )
Error::Simple - the simple error sub-class of Error |