NAME
Error::Exception::Class - A wrapper around Exception::Class that uses Error::Exception as the default base class instead of Exception::Class::Base.
SYNOPSIS
Error::Exception::Class is a drop-in replacement for Exception::Class that ensure that classes without an "isa" attribute inherit from Error::Exception instead of the default Exception::Class::Base.
Use it the same as you would Exception::Class.
AUTHOR
Stephen Vance, <steve at vance.com>
BUGS
Please report any bugs or feature requests to bug-error-exception-class at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Error-Exception-Class. 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::Class
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Error-Exception-Class
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. Also, thank you to Damian Conway for wonderful training and helpful advice.
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.