ZOOM::Exception class now carries a diagnostic-set: it can be passed
authormike <mike>
Wed, 16 Nov 2005 16:48:11 +0000 (16:48 +0000)
committermike <mike>
Wed, 16 Nov 2005 16:48:11 +0000 (16:48 +0000)
commitb81ecf91be67f569ec7a4dbdd65101f65c47a954
tree49cb0f83e42729f3c44f778eb2aab840594346be
parent1f9043df61707e23733ac2637b7166730e9b7523
ZOOM::Exception class now carries a diagnostic-set: it can be passed
into the constructor and retrieved using $exception->diagset().
Add $conn->diagset(), which exercises new ZOOM_connection_diagnet().
Simplify error-handling through new $conn->_check() method.
lib/ZOOM.pm