Codebase list libexception-class-dbi-perl / e497ced
Documentation tweak. David Wheeler 21 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 package Exception::Class::DBI;
11
2 # $Id: DBI.pm,v 1.8 2002/12/12 20:15:48 david Exp $
2 # $Id: DBI.pm,v 1.9 2002/12/12 20:19:48 david Exp $
33
44 use 5.00500;
55 use strict;
161161 Exception::Class, the base class for all exception objects created by the
162162 Exception::Class module from the CPAN. Exception::Class::DBI itself offers a
163163 single class method, C<handler()>, that returns a code reference appropriate
164 for passing the DBI C<HandleError> attribute.
164 for passing to the DBI C<HandleError> attribute.
165165
166166 The exception classes created by Exception::Class::DBI are designed to be
167167 thrown in certain DBI contexts; the code reference returned by C<handler()>