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


NAME

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

Back to Top


SYNOPSIS

    use base 'Error::Simple';

Back to Top


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 the Error manpage for more information about Error::Simple.

Back to Top


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.

Back to Top


KNOWN BUGS

None.

Back to Top


AUTHORS

Shlomi Fish ( http://www.shlomifish.org/ )

Back to Top


SEE ALSO

the Error manpage

Back to Top

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