| Crypt-Mimetic documentation | view source | Contained in the Crypt-Mimetic distribution. |
Error::Mimetic - The error class definition for Crypt::Mimetic(3) (see Error(3) module)
This module is a part of Crypt::Mimetic(3) distribution.
This module extends Error::Simple.
See Error(3) for details about methods not described below
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.
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.
Return error type: error (default) or warning.
This module needs: Error
Error(3), Crypt::Mimetic(3)
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself (Artistic/GPL2).
Erich Roncarolo <erich-roncarolo@users.sourceforge.net>
| Crypt-Mimetic documentation | view source | Contained in the Crypt-Mimetic distribution. |