A Module That Allows You to Declare Real Exception Classes in Perl
http://search.cpan.org/dist/Exception-Class
Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner. It features a simple interface allowing programmers to 'declare' exception classes at compile time. It also has a base exception class, Exception::Class::Base, that can be easily extended. It is designed to make structured exception handling simpler and better by encouraging people to use hierarchies of exceptions in their applications, as opposed to a single catch-all exception class. This module does not implement any try/catch syntax. Please see the "OTHER EXCEPTION MODULES (try/catch syntax)" section for more information on how to get this syntax. You will also want to look at the documentation for Exception::Class::Base, which is the default base class for all exception objects created by this module. Author: Dave Rolsky <autarch@urth.org>
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
Exception-Class-1.42.tar.gz | 000004571844.6 KB | 1483683778over 1 year ago | ![]() |
cpanspec.yml | 0000000469469 Bytes | 1429161110about 3 years ago | ![]() |
perl-Exception-Class.changes | 00000055715.44 KB | 1483683778over 1 year ago | ![]() |
perl-Exception-Class.spec | 00000029542.88 KB | 1483683778over 1 year ago | ![]() |