| Name : perl-Error
| |
| Version : 0.15
| Vendor : Graham Barr < gbarr_pobox_com>
|
| Release : 1.rhfc1.bio
| Date : 2004-01-29 09:36:40
|
| Group : Applications/CPAN
| Source RPM : perl-Error-0.15-1.rhfc1.bio.src.rpm
|
| Size : 0.02 MB
| |
| Packager : Bent Terp < Bent_Terp_bea_ki_se>
| |
| Summary : Error - Error/exception handling in an OO-ish way
|
Description :
The C< Error> package provides two interfaces. Firstly C< Error> provides a procedural interface to exception handling. Secondly C< Error> is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded.
Errors in the class C< Error> should not be thrown directly, but the user should throw errors from a sub-class of C< Error>.
|