summaryrefslogtreecommitdiff
path: root/framework/Exceptions/TException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/TException.php')
-rw-r--r--framework/Exceptions/TException.php6
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
{
}