diff options
| author | wei <> | 2006-02-22 04:01:28 +0000 |
|---|---|---|
| committer | wei <> | 2006-02-22 04:01:28 +0000 |
| commit | 41c5b7e566c0019d0b8e0c9399b780a95ad44113 (patch) | |
| tree | 7a0d6eb6604b1f0fc933defd960200e712266cb7 /framework/DataAccess/TDatabaseException.php | |
| parent | fceb3741d3b0c1e00e81a4a24caf7d49a86896b4 (diff) | |
Adding DataAccess modules.
Diffstat (limited to 'framework/DataAccess/TDatabaseException.php')
| -rw-r--r-- | framework/DataAccess/TDatabaseException.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/framework/DataAccess/TDatabaseException.php b/framework/DataAccess/TDatabaseException.php new file mode 100644 index 00000000..7d01bbc5 --- /dev/null +++ b/framework/DataAccess/TDatabaseException.php @@ -0,0 +1,11 @@ +<?php
+
+class TDatabaseException extends TException
+{
+}
+
+class TDbConnectionException extends TDatabaseException
+{
+}
+
+?>
\ No newline at end of file |
