-
-
08 Sep 2008 15:54:04 UTC
- Distribution: Error-Exception
- Module version: 1.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (247 / 22 / 0)
- Kwalitee
Bus factor: 0- 47.30% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (6.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Stephen Vance
- Dependencies
- Error
- Exception::Class
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Error::Exception - Combines Error and Exception::Class with correct stringication
SYNOPSIS
A base exception class that combines the functionality of the Error and Exception::Class packages and stringifies properly when uncaught even in Test::Unit context.
FUNCTIONS
new
Instantiates the object and handles the initialization of the base classes properly.
stringify
Converts a derived exception into a usable string for debugging.
Throws
Nothing
AUTHOR
Stephen Vance,
<steve at vance.com>
BUGS
Please report any bugs or feature requests to
bug-error-exception at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Error-Exception. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Error::Exception
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
Thank you to The MathWorks, Inc. for sponsoring this work and to the BaT Team for their valuable input, review, and contributions.
COPYRIGHT
Copyright 2008 Stephen Vance, all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Error::Exception, copy and paste the appropriate command in to your terminal.
cpanm Error::Exception
perl -MCPAN -e shell install Error::Exception
For more information on module installation, please visit the detailed CPAN module installation guide.