in reply to
Exception::Class croak?
The
ignore_class
and
ignore_package
parameters are useful for this.
MyException->throw('ignore_package' => __PACKAGE__);
[download]
These are documented in
Devel::Stacktrace
.
Remember: There's always one more bug.
Comment on
Re: Exception::Class croak?
Download
Code
In Section
Seekers of Perl Wisdom