diff options
Diffstat (limited to 'framework/Data/SqlMap/DataMapper/TSqlMapException.php')
-rw-r--r-- | framework/Data/SqlMap/DataMapper/TSqlMapException.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Data/SqlMap/DataMapper/TSqlMapException.php b/framework/Data/SqlMap/DataMapper/TSqlMapException.php index 0452237a..65ee6d18 100644 --- a/framework/Data/SqlMap/DataMapper/TSqlMapException.php +++ b/framework/Data/SqlMap/DataMapper/TSqlMapException.php @@ -1,6 +1,10 @@ <?php namespace Prado\Data\SqlMap\DataMapper; +use Prado\Exceptions\TException; +use Prado\Prado; +use Prado\TPropertyValue; +use SimpleXMLElement; /** * TSqlMapException is the base exception class for all SqlMap exceptions. |