mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
6 lines
352 B
Plaintext
6 lines
352 B
Plaintext
This module implements a minimal lightweight exception object. It is meant
|
|
to be a compromise between more basic solutions like Carp which can only
|
|
print information and cannot handle exception objects, and more more
|
|
complex solutions like Exception::Class which can be used to define complex
|
|
inline exceptions and has a number of module dependencies.
|