Error::Simple

TriggerTek Logo
abcdefghijklmnopqrstuvwxyz_
Error::Simple(3)     User Contributed Perl Documentation     Error::Simple(3)



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 documenta-
       tion 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



perl v5.8.8			  2007-08-28		     Error::Simple(3)