The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Error::Mimetic - The error class definition for Crypt::Mimetic(3) (see Error(3) module)

DESCRIPTION

This module is a part of Crypt::Mimetic(3) distribution.

This module extends Error::Simple.

CLASS INTERFACE

See Error(3) for details about methods not described below

CONSTRUCTORS

Error::Mimetic constructor takes 3 arguments: the first is the error description, the second are details and the last is the type: error (default) or warning.

OVERLOAD METHODS

string stringify ()

A method that converts the object into a string.

If $Error::Debug is == 0, then only description is printed.

If $Error::Debug is > 0, then details are printed after description.

If $Error::Debug is > 1, then description, details and informations about files and lines where error raised are printed.

OBJECT METHODS

string type ()

Return error type: error (default) or warning.

NEEDED MODULES

This module needs: Error

SEE ALSO

Error(3), Crypt::Mimetic(3)

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself (Artistic/GPL2).

AUTHOR

Erich Roncarolo <erich-roncarolo@users.sourceforge.net>

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 94:

You forgot a '=back' before '=head2'

Around line 96:

'=item' outside of any '=over'

Around line 112:

You forgot a '=back' before '=head1'