Search results for "module:Error"
Error - Error/exception handling in an OO-ish way
The "Error" package provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Err...
SHLOMIF/Error-0.17029 - 28 Jan 2020 16:51:25 UTC
EO::Error - A generic base class for Exceptions
This is the base class for Exceptions inside the EO module tree. To declare an exception class simply use the "exception" declaration followed by the name of the exception you want to declare. In addition to a simple declaration you can use the exten...
JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC
Error::ROP - A simple and lightweight implementation error handling library for Perl, inspired in the Rop type.
The purpose of the "rop" function is to let you focus in the happy path and provide a nice way to treat failures without filling the code with "eval"s and "if"s that always serve almost the same purpose. Supose you have a computation that can fail de...
PAUDIRAC/Error-ROP-0.04 - 16 Sep 2017 11:47:43 UTC
Fry::Error - Redefines warn and die to trigger actions by error levels and tags.
This is an error-handling module. independent of Fry::*, which offers the following: - Redefining die or warn to call die-like or warn-like subs ie Carp::croak and Carp::carp. - Errors are assigned levels, generally indicating severity of error. - Er...
BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC
RPM::Error - Functions to supplement the internal error management of RPM
The RPM::Error package provides access to some functions that work with (but do not replace) the special $RPM::err variable. These routines allow for reporting errors through the RPM facility, clearing the error variable, and registering a callback f...
RJRAY/Perl-RPM-1.51 - 25 Apr 2007 01:52:51 UTC
Error::Tiny - Tiny exceptions
Error::Tiny is a lightweight exceptions implementation....
VTI/Error-Tiny-0.03 - 07 Jan 2014 20:27:19 UTC
JSPL::Error - Encapsulates errors thrown from JavaScript
JavaScript runtime errors result in new "Error" objects being created and thrown. When not handled in JavaScript, those objects will arrive to perl space when are wrapped as an instance of JSPL::Error and stored in $@. What happens next depends on th...
SORTIZ/JSPL-1.07 - 17 Jan 2012 00:51:18 UTC
Error::Dumb - simple error management for simple classes
Error::Dumb is a base class that is meant to be inherited by other classes. All this class provides is an interface for setting and retrieving error messages; as documented below......
ILIAL/Error-Dumb-0.02 - 30 Mar 2001 02:49:03 UTC
ASP4::Error - Representation of a server-side error
ASP4 provides a simple means of dealing with errors. It emails them, by default, to an email address you specify. Sometimes that is not convenient. Maybe you want to do something special with the error - like log it someplace special. ASP4::Error is ...
JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC
Etcd::Error - API error representation
Etcd::Error objects encapsulate the details of API errors. They are thrown by API calls when something goes wrong. The provided methods are simple accessors. A stringification overload is provided to produce a meaningful error with backtrace. The API...
ROBN/Etcd-0.004 - 09 Jun 2015 22:09:06 UTC
Error::Wait - User-friendly version of $?
Error::Wait overloads the stringification of $? to provide sensible error messages. Numeric and boolean operations continue to work as usual, so code using "$? >> 8" won't break....
GRAZZ/Error-Wait-0.05 - 27 Dec 2003 16:48:14 UTC
SPVM::Error - Error
"Error" is the error class for general errors. The class id is 1....
KIMOTO/SPVM-0.9697 - 28 Mar 2023 00:49:09 UTC
PICA::Error - Information about malformed or invalid PICA data
Instances of PICA::Error provide information about malformed PICA data (syntax errors such as impossible field tags and subfield codes) or violation of an Avram Schema (more semantic errors such as wrong use of subfields). This package should not be ...
VOJ/PICA-Data-2.08 - 28 Mar 2023 07:10:10 UTC
DBIx::Error - Structured exceptions for DBI
"DBIx::Error" provides structured exceptions for "DBI" errors. Each five-character "SQLSTATE" is mapped to a Perl exception class, allowing exceptions to be caught using code such as try { ... } catch ( DBIx::Error::NotNullViolation $err ) { ... } ca...
MCB/DBIx-Error-1.0.1 - 04 Mar 2013 22:11:00 UTC
SDL2::error - Simple Error Message Routines for SDL
Functions in this import tag provide simple error message routines for SDL. "SDL_GetError( )"|/"SDL_GetError( )" >> can be called for almost all SDL functions to determine what problems are occurring. Check the wiki page of each specific SDL function...
SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC
Zing::Error - Exception Class
This package provides a generic Zing exception class....
AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC
ACME::Error - Never have boring errors again!
"ACME::Error" is a front end to Perl error styles. $SIG{__WARN__} and $SIG{__DIE__} are intercepted. Backends are pluggable. Choose a backend by specifying it when you "use ACME::Error SomeStyle"; Writing Backends Writing backends is easy. See ACME::...
CWEST/ACME-Error-0.03 - 22 Sep 2002 06:14:38 UTC