X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM.pod;h=acc0cce6fcfb4bc77c978ed51e9a2908a08dc192;hb=780a7fda4f5f0d4749636f839027ea76b8b2754f;hp=5d638383217e1557bc06f62a874094c651ddc1e8;hpb=3150ab3b918c91a56ca741dee054e1f44281c979;p=ZOOM-Perl-moved-to-github.git diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index 5d63838..acc0cce 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.42 2007-02-26 14:40:01 mike Exp $ +# $Id: ZOOM.pod,v 1.43 2007-05-09 12:03:52 mike Exp $ use strict; use warnings; @@ -305,6 +305,15 @@ returns all four at once. See the C for the interpretation of these elements. +=head4 exception() + + die $conn->exception(); + +C returns the same information as C in the +form of a C object which may be thrown or rendered. +If no error occurred on the connection, then C returns an +undefined value. + =head4 check() $conn->check();