pkgsrc-wip/p5-Class-Throwable/DESCR
2006-04-13 15:07:28 +00:00

5 lines
347 B
Text

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 complex
solutions like Exception::Class which can be used to define complex inline
exceptions and has a number of module dependencies.