Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.6

(Squeeze)

Error::Simple(3pm)


Error::Simple

Error::Simple

NAME
SYNOPSIS
DESCRIPTION
METHODS
KNOWN BUGS
AUTHORS
SEE ALSO

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 ( "shlomif@iglu.org.il" )

SEE ALSO

Error



Error::Simple(3pm)