logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Most::Exception - Internal exception class

Acknowledgements

       Many thanks to "perl-qa" for arguing about this so much that I just went ahead and did it :)

       Thanks to Aristotle for suggesting a better way to die or bailout.

       Thanks  to  'swillert'  (<http://use.perl.org/~swillert/>)  for  suggesting a better implementation of my
       "dumper explain" idea (<http://use.perl.org/~Ovid/journal/37004>).

Author

       Curtis Poe, "<ovid at cpan.org>"

Bugs

       Please report any bugs or feature requests to "bug-test-extended at rt.cpan.org", or through the web
       interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Most>.  I will be notified, and then
       you'll automatically be notified of progress on your bug as I make changes.

Caveats

       The stack trace is likely useless due to how "Test::Builder" internals work.  Sorry 'bout that.

Export

       We export only one function:

   "throw_failure"
       This is the exception for "die_on_fail".

Name

       Test::Most::Exception - Internal exception class

Support

       You can find documentation for this module with the perldoc command.

           perldoc Test::Most

       You can also look for information at:

       •   RT: CPAN's request tracker

           <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Most>

       •   AnnoCPAN: Annotated CPAN documentation

           <http://annocpan.org/dist/Test-Most>

       •   CPAN Ratings

           <http://cpanratings.perl.org/d/Test-Most>

       •   Search CPAN

           <http://search.cpan.org/dist/Test-Most>

Synopsis

       This is the exception thrown by "die_on_fail" by "Test::Most".

Version

       Version 0.38

See Also