courier::error(3pm) debian man page | unix.com

Man Page: courier::error

Operating Environment: debian

Section: 3pm

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::logger::iohandle(3pm) - debian
courier::filter::logger::syslog(3pm) - debian
courier::filter::module::clamavd(3pm) - debian
courier::filter::module::envelope(3pm) - debian
Similar Topics in the Unix Linux Community
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections