diff options
author | xue <> | 2006-03-06 05:03:44 +0000 |
---|---|---|
committer | xue <> | 2006-03-06 05:03:44 +0000 |
commit | 4a244c109126fcec5ef43b185225d094e166e29a (patch) | |
tree | c3c577270b2f6c66499f5e8296f8e46717d34200 /framework/Exceptions/TException.php | |
parent | b423ccc70198d2a73f991fc5a55f089d9e195082 (diff) |
small fixes to prepare for beta release
Diffstat (limited to 'framework/Exceptions/TException.php')
-rw-r--r-- | framework/Exceptions/TException.php | 6 |
1 files changed, 5 insertions, 1 deletions
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
{
}
|