freebsd-ports/databases/p5-Exception-Class-DBI/pkg-descr
Sergey Matveychuk 9909d8c4e7 This module offers a set of DBI-specific exception classes.
Essentially it allows try {} catch{} within perl for database errors.

PR:		ports/87491
Submitted by:	Rod Taylor <ports@rbt.ca>
2005-10-20 20:46:41 +00:00

8 lines
404 B
Text

This module offers a set of DBI-specific exception classes. They
inherit from Exception::Class, the base class for all exception
objects created by the Exception::Class module from the CPAN.
Exception::Class::DBI itself offers a single class method, handler(),
that returns a code reference appropriate for passing to the DBI
HandleError attribute.
WWW: http://search.cpan.org/dist/Exception-Class-DBI/