freebsd-ports/devel/p5-Exception-Class/pkg-descr
Anton Berezin e2ad2bd295 - update to 1.01
- assume maintainership
- add WWW

PR:		39399
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-06-17 07:58:47 +00:00

10 lines
478 B
Text

This module allows you to declare hierarchies of exception classes for
use in your code. It also provides a simple exception class that it
uses as the default base class for all other exceptions.
You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
WWW: http://search.cpan.org/search?dist=Exception-Class