mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
c52a62a4db
A module that allows you to declare real exception classes in Perl
9 lines
421 B
Plaintext
9 lines
421 B
Plaintext
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.
|