Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Error::Simple

Name Error::Simple
Version 0.17025
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Error/Simple.pm
Is Core No
Search CPAN for this module Error::Simple
Documentation Error::Simple
Module Details Error::Simple

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 Diver brought to you by ScriptSolutions.com © 1997- 2024