summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Throwable/DESCR
blob: 9f84e8bf46de43a52af4cafd8fea7522a9397755 (plain)
1
2
3
4
5
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.