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.