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


Crypt-Mimetic documentation  | view source Contained in the Crypt-Mimetic distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

This module extends Error::Simple.

CLASS INTERFACE

Top

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

Top

This module needs: Error

SEE ALSO

Top

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

LICENSE

Top

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

AUTHOR

Top

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


Crypt-Mimetic documentation  | view source Contained in the Crypt-Mimetic distribution.