GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Devel::Confess::Builtin(3) User Contributed Perl Documentation Devel::Confess::Builtin(3)

Devel::Confess::Builtin - Enable built in stack traces on exception objects

  use Devel::Confess::Builtin;
  use Exception::Class 'MyException';

  MyException->throw; # includes stack trace

Many existing exception module can provide stack traces, but this is often not the default setting. This module will force as many modules as possible to include stack traces by default. It can be loaded before or after the exception modules, and it will still function.

For supported modules, it will also prevent Devel::Confess from attaching its own stack traces.

  • Exception::Class
  • Ouch
  • Class::Throwable
  • Exception::Base

This module relies partly on the internal implementation of the modules it effects. Future updates to the modules could break or be broken by this module.
2017-02-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.