diff options
Diffstat (limited to 'framework/Data/SqlMap/Statements/TInsertMappedStatement.php')
-rw-r--r-- | framework/Data/SqlMap/Statements/TInsertMappedStatement.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Data/SqlMap/Statements/TInsertMappedStatement.php b/framework/Data/SqlMap/Statements/TInsertMappedStatement.php index eac88d2d..4b8a01d8 100644 --- a/framework/Data/SqlMap/Statements/TInsertMappedStatement.php +++ b/framework/Data/SqlMap/Statements/TInsertMappedStatement.php @@ -10,6 +10,7 @@ */ namespace Prado\Data\SqlMap\Statements; +use Prado\Data\SqlMap\DataMapper\TSqlMapExecutionException; /** * TInsertMappedStatement class. |