summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php')
-rw-r--r--framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php b/framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php
new file mode 100644
index 00000000..90896c35
--- /dev/null
+++ b/framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * TSqlMapException is the base exception class for all SqlMap exceptions.
+ *
+ * @author Wei Zhuo <weizho[at]gmail[dot]com>
+ * @package System.Data.SqlMap
+ * @since 3.1
+ */
+
+class TSqlMapExecutionException extends TSqlMapException
+{
+} \ No newline at end of file