Search results for "module:Class::Exception"
Class::Exception - An Exception Object Class
This package provides a versatile exception class object for the manipulation and chaining of exceptions. See Module::Generic::Exception for more information....
JDEGUEST/Class-Generic-v0.1.1 - 09 Mar 2022 11:32:50 UTC
Exception::Class - A module that allows you to declare real exception classes in Perl
RECOMMENDATION 1: If you are writing modern Perl code with Moose or Moo I highly recommend using Throwable instead of this module. RECOMMENDATION 2: Whether or not you use Throwable, you should use Try::Tiny. Exception::Class allows you to declare ex...
DROLSKY/Exception-Class-1.45 - 02 May 2021 17:24:43 UTC
Exception::Class::DBI - DBI Exception objects
This module offers a set of DBI-specific exception classes. They inherit from Exception::Class, the base class for all exception objects created by the Exception::Class module from the CPAN. Exception::Class::DBI itself offers a single class method, ...
PLICEASE/Exception-Class-DBI-1.04 - 27 May 2019 18:43:25 UTC
Exception::Class::TCF - Java/C++ style exception handling
The "Exception::Class::TCF" module provides the possibility of executing a code block and specifying actions when different exceptions are raised. The "try" function takes as its argument a code block followed by a list of pairs of exception package ...
RVOSA/Exception-Class-TCF-0.03 - 05 Sep 2006 23:08:02 UTC
DBIx::Class::Exception - Exception objects for DBIx::Class
Exception objects of this class are used internally by the default error handling of "throw_exception" in DBIx::Class::Schema and derivatives. These objects stringify to the contained error message, and use overload fallback to give natural boolean/n...
RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
Exception::Class::Base - A base class for exception objects
This class is the base class for all exceptions created by Exception::Class. It provides a number of methods for getting information about the exception....
DROLSKY/Exception-Class-1.45 - 02 May 2021 17:24:43 UTC
Class::Usul::Exception - Exception handling
An exception class that supports error messages with placeholders, a "throw" method with automatic re-throw upon detection of self, conditional throw if an exception was caught and a simplified stacktrace Error objects are overloaded to stringify to ...
PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 UTC
Class::Maker::Exception - exceptions tuned for Class::Maker
This is mainly a wrapper to "Error" from CPAN. Because it has a very odd inheritance mechanism, this wrapper is needed as a workarround....
MUENALAN/Class-Maker-0.06 - 31 Dec 2009 13:36:37 UTC
Error::Exception::Class - A wrapper around Exception::Class that uses Error::Exception as the default base class instead of Exception::Class::Base.
SRVANCE/Error-Exception-1.1
-
08 Sep 2008 15:54:04 UTC
Exception::Class::Nested - Nested declaration of Exception::Class classes
This is little more than a thin wrapper around the "use Exception::Class" call. It allows you do nest the class declarations instead of having to repeat the class names in the isa=> parameters. It also allows you to define/overload methods in the cla...
JENDA/Exception-Class-Nested-0.01 - 27 Jul 2008 17:13:22 UTC
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
Class::Scaffold::Exception - Base class for framework exceptions
MARCEL/Class-Scaffold-1.102280
-
16 Aug 2010 16:46:43 UTC
SimpleDB::Class::Exception - Exceptions thrown by SimpleDB::Class.
A submclass of Exception::Class that defines expcetions to be thrown through-out SimpleDB::Class ojbects....
RIZEN/SimpleDB-Class-1.0503 - 12 Apr 2012 02:46:56 UTC
Class::Value::Net::Exception - Network-related value objects
MARCEL/Class-Value-Net-1.110250
-
25 Jan 2011 13:02:18 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
MooseX::Error::Exception::Class - Use Exception::Class exceptions for Moose errors
This module, when used as a parameter to the Moose metaclass, converts errors to subclasses of Exception::Class::Base. The "interface" (other than what is shown in the synopsis) is methods of the exception objects that are thrown....
CSJEWELL/MooseX-Error-Exception-Class-0.099 - 14 Aug 2009 05:53:42 UTC