summaryrefslogtreecommitdiff
path: root/framework/DataAccess/TDatabaseException.php
diff options
context:
space:
mode:
authorxue <>2006-03-06 05:03:44 +0000
committerxue <>2006-03-06 05:03:44 +0000
commit4a244c109126fcec5ef43b185225d094e166e29a (patch)
treec3c577270b2f6c66499f5e8296f8e46717d34200 /framework/DataAccess/TDatabaseException.php
parentb423ccc70198d2a73f991fc5a55f089d9e195082 (diff)
small fixes to prepare for beta release
Diffstat (limited to 'framework/DataAccess/TDatabaseException.php')
-rw-r--r--framework/DataAccess/TDatabaseException.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/DataAccess/TDatabaseException.php b/framework/DataAccess/TDatabaseException.php
deleted file mode 100644
index 7d01bbc5..00000000
--- a/framework/DataAccess/TDatabaseException.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-class TDatabaseException extends TException
-{
-}
-
-class TDbConnectionException extends TDatabaseException
-{
-}
-
-?> \ No newline at end of file