mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Exception-Class
|