From 4a244c109126fcec5ef43b185225d094e166e29a Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 6 Mar 2006 05:03:44 +0000 Subject: small fixes to prepare for beta release --- framework/Exceptions/TException.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions') diff --git a/framework/Exceptions/TException.php b/framework/Exceptions/TException.php index 8ace1535..1563ac2b 100644 --- a/framework/Exceptions/TException.php +++ b/framework/Exceptions/TException.php @@ -131,7 +131,11 @@ class TIOException extends TSystemException { } -class TDBException extends TSystemException +class TDbException extends TSystemException +{ +} + +class TDbConnectionException extends TDbException { } -- cgit v1.2.3