Exception::Class::TryCatch - Syntactic try/catch sugar for use with Exception::Class
Exception::Class::TryCatch provides syntactic sugar for use with Exception::Class using the familiar keywords "try" and "catch". Its primary objective is to allow users to avoid dealing directly with $@ by ensuring that any exceptions caught in an "e...
DAGOLDEN/Exception-Class-TryCatch-1.13 - 27 Feb 2014 00:23:16 UTC
Exception::Class::Try::Catch - Try::Catch for Exception::Class
"Exception::Class::Try::Catch" provides "try"/"catch" syntactic sugar from Try::Catch for Exception::Class object exceptions. In other words, the exception thrown in the "try" block will always be an object of the Exception::Class::Base class or its ...
PALI/Exception-Class-Try-Catch-0.2 - 18 Oct 2017 16:06:22 UTC
Exception::Base - Lightweight exceptions
This class implements a fully OO exception mechanism similar to Exception::Class or Class::Throwable. It provides a simple interface allowing programmers to declare exception classes. These classes can be thrown and caught. Each uncaught exception pr...
DEXTER/Exception-Base-0.2501 - 19 Nov 2015 13:08:58 UTC
Exception::Caught - Sugar for class-based exception handlers
FRODWITH/Exception-Caught-0.01
-
17 Nov 2010 17:50:02 UTC
TeX::AutoTeX::Exception - framework for exception handling in TeX::AutoTeX
This is the base class for exception handling. The idea is to subclass this for specific error conditions. Each of the Exception classes (stubs) above can be customized individually to meet specific needs. More types can be easily added if necessary....
TSCHWAND/TeX-AutoTeX-v0.906.0 - 28 Sep 2011 01:19:12 UTC