The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Error"

Error - Error/exception handling in an OO-ish way River stage three • 91 direct dependents • 636 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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

Lim::Error - Encapsulate an error within Lim River stage one • 4 direct dependents • 4 total dependents

JELU/Lim-0.20 - 26 Aug 2015 11:38:41 UTC

Error::ROP - A simple and lightweight implementation error handling library for Perl, inspired in the Rop type. River stage zero No dependents

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. River stage zero No dependents

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 River stage one • 1 direct dependent • 5 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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

Error::Pure - Perl module for structured errors. River stage three • 152 direct dependents • 191 total dependents

Error::Pure system is replacement for usage of Perl "die" or Carp "croak". Main features are: * Structured and defined output * Stack trace support inside Full description of intent is in Error::Pure::Intent....

SKIM/Error-Pure-0.33 - 09 Jan 2024 23:19:02 UTC

PICA::Error - Information about malformed or invalid PICA data River stage one • 1 direct dependent • 1 total dependent

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.12 - 28 Aug 2023 08:02:52 UTC

Etcd::Error - API error representation River stage zero No dependents

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

ASP4::Error - Representation of a server-side error River stage one • 4 direct dependents • 4 total dependents

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

Error::Wait - User-friendly version of $? River stage zero No dependents

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 River stage two • 23 direct dependents • 26 total dependents

The Error class in SPVM represents errors....

KIMOTO/SPVM-0.990001 - 26 Apr 2024 00:45:58 UTC

ACME::Error - Never have boring errors again! River stage zero No dependents

"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

DBIx::Error - Structured exceptions for DBI River stage zero No dependents

"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 River stage zero No dependents

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 River stage one • 7 direct dependents • 7 total dependents

This package provides a generic Zing exception class....

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC

Error::Pure::Error - Error::Pure module with error on one line with informations. River stage three • 152 direct dependents • 191 total dependents

SKIM/Error-Pure-0.33 - 09 Jan 2024 23:19:02 UTC
618 results (0.022 seconds)