error::simple(3) mojave man page | unix.com

Man Page: error::simple

Operating Environment: mojave

Section: 3

Error::Simple(3)					User Contributed Perl Documentation					  Error::Simple(3)

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.
METHODS
Error::Simple->new($text [, $value]) Constructs an Error::Simple with the text $text and the optional value $value. $err->stringify() Error::Simple overloads this method.
KNOWN BUGS
None.
AUTHORS
Shlomi Fish ( <http://www.shlomifish.org/> )
SEE ALSO
Error perl v5.18.2 2017-10-06 Error::Simple(3)
Related Man Pages
dbix::simple::result::rowobject(3) - centos
authen::simple(3pm) - debian
config::scoped::error(3pm) - debian
pod::simple::wiki::textile(3pm) - debian
pod::simple::wiki::twiki(3pm) - debian
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
UNIX tool on MacOS that can increase resolution of a file
Cannot extract libraries using sed
How can I direct messages from mac console.app to a log file?
[BASH] eval command not expanding variables as expected.