1Error::Simple(3) User Contributed Perl Documentation Error::Simple(3)
2
3
4
6 Error::Simple - the simple error sub-class of Error
7
9 use base 'Error::Simple';
10
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
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
28 None.
29
31 Shlomi Fish ( <http://www.shlomifish.org/> )
32
34 Error
35
36
37
38perl v5.16.3 2014-06-09 Error::Simple(3)