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

Search results for "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 - Search in distribution

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 - Search in distribution

Error::Pure::HTTP::Error - Error::Pure module with error on one line over HTTP. River stage one • 1 direct dependent • 1 total dependent

SKIM/Error-Pure-HTTP-0.16 - 23 Nov 2023 18:28:58 UTC - Search in distribution

Error::Pure::ANSIColor::Error - Error::Pure module with error on one line with informations. River stage zero No dependents

SKIM/Error-Pure-ANSIColor-0.29 - 14 Dec 2022 15:00:31 UTC - Search in distribution

Ambrosia::error::Exception::Error - a base class for Exceptions. River stage zero No dependents

Ambrosia::error::Exception::Error is a base class for Exceptions. See Ambrosia::error::Exceptions....

KNM/Ambrosia-0.010 - 30 Jun 2012 07:09:43 UTC - Search in distribution
  • Ambrosia::error::Exception - an unspecified exception. Ambrosia::error::Exception::BadUsage - this exception will occur if you use something incorrect. Ambrosia::error::Exception::BadParams - this exception will occur if you use incorrect parameters. Ambrosia::error::Exception::AccessDenied - this exception will occur if you try run closed method.
  • Ambrosia::Meta - another tool to build classes for Perl 5.
  • Ambrosia::core::Object - an abstract base class for classes that are created by Ambrosia::Meta.
  • 1 more result from Ambrosia »

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 - Search in distribution
  • EO - A generic base class
  • EO::delegate - delegate responsibility for unresolved messages to another class

Tk::Error - Method invoked to process background errors River stage three • 160 direct dependents • 171 total dependents

The Tk::Error method is invoked by perl/Tk when a background error occurs. Two possible implementations are provided in the distribution and individual applications or users can (re)define a Tk::Error method (e.g. as a perl sub) if they wish to handl...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • Fry::Base - Base class providing minimal set of handy methods. Some used to communicate between shell components and used to communicate between shell components.

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 - Search in distribution

ORM::Error - Error container class. River stage zero No dependents

AKIMOV/ORM-0.85.1 - 14 Apr 2013 11:36:38 UTC - Search in distribution

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 - Search in distribution

APR::Error - Perl API for APR/Apache/mod_perl exceptions River stage three • 155 direct dependents • 183 total dependents

"APR::Error" handles APR/Apache/mod_perl exceptions for you, while leaving you in control. Apache and APR API return a status code for almost all methods, so if you didn't check the return code and handled any possible problems, you may have silent f...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Error::Base - Simple structured errors with full backtrace River stage zero No dependents

*J'avais cru plus difficile de mourir.* -- Louis XIV Die early, die often. Make frequent sanity checks and die when a check fails. See neat dumps of the caller stack with each error. Construct a group of error messages in one object or write error te...

XIONG/Error-Base-v1.0.2 - 12 Feb 2013 07:13:43 UTC - Search in distribution

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 - Search in distribution

Error::Show - Show context around syntax errors and exceptions River stage one • 1 direct dependent • 4 total dependents

From the command line this module transparently executes your syntactically correct program. However in the case of syntax errors (or warnings if desired), it extracts context (lines of code) surrounding them. The lines are prefixed with numbers and ...

DRCLAW/Error-Show-v0.4.0 - 23 Apr 2024 11:10:06 UTC - Search in distribution

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 - Search in distribution
10,835 results (0.25 seconds)