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)NAMECourier::Error - Exception class for Perl modules related to the Courier MTASYNOPSISException 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);DESCRIPTIONThis 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 ALSOFor AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview.AUTHORJulian Mehnle <julian@mehnle.net> perl v5.14.2 2011-12-27 Courier::Error(3pm)
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 |