debian man page for courier::error

Query: courier::error

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Courier::Error(3pm)					User Contributed Perl Documentation				       Courier::Error(3pm)

NAME
Courier::Error - Exception class for Perl modules related to the Courier MTA
SYNOPSIS
Exception handling use Error qw(:try); use Courier::Error; try { ... throw Courier::Error($error_message) if $error_condition; ... } catch Courier::Error with { ... }; # See "Error" for more exception handling syntax. Deriving new exception classes package Courier::Error::My; use base qw(Courier::Error);
DESCRIPTION
This class is a simple exception class for Perl modules related to the Courier MTA. See Error for detailed instructions on how to use it.
SEE ALSO
For AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview.
AUTHOR
Julian Mehnle <julian@mehnle.net> perl v5.14.2 2011-12-27 Courier::Error(3pm)
Related Man Pages
courier::filter::logger(3pm) - debian
courier::filter::module(3pm) - debian
courier::filter::module::blankbody(3pm) - debian
courier::filter::module::dnsbl(3pm) - debian
courier::filter::module::envelope(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com