81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
10 lines
472 B
Text
10 lines
472 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/dist/Exception-Class/
|