NAME
Exception::Reporter::Summarizer::ExceptionClass - a summarizer for Exception::Class exceptions
VERSION
version 0.012
OVERVIEW
This summarizer handles only Exception::Class objects. A dumped exception will result in between one and four summaries:
* a text summary of the exceptions full message
* if available, a dump of the exception's pid, time, uid, etc.
* if available, the stringification of the exception's stack trace
* if any fields are defined, a dump of the exception's fields
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.