1Error::Simple(3)      User Contributed Perl Documentation     Error::Simple(3)
2
3
4

NAME

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

SYNOPSIS

9           use base 'Error::Simple';
10

DESCRIPTION

12       The only purpose of this module is to allow one to say:
13
14           use base 'Error::Simple';
15
16       and the only thing it does is "use" Error.pm. Refer to the
17       documentation of Error for more information about Error::Simple.
18

METHODS

20   Error::Simple->new($text [, $value])
21       Constructs an Error::Simple with the text $text and the optional value
22       $value.
23
24   $err->stringify()
25       Error::Simple overloads this method.
26

KNOWN BUGS

28       None.
29

AUTHORS

31       Shlomi Fish ( <http://www.shlomifish.org/> )
32

SEE ALSO

34       Error
35
36
37
38perl v5.26.3                      2019-05-14                  Error::Simple(3)
Impressum