diff options
author | xue <> | 2005-12-15 21:54:55 +0000 |
---|---|---|
committer | xue <> | 2005-12-15 21:54:55 +0000 |
commit | 638a3327ff1ec75369d683da9d9fe008a042ea35 (patch) | |
tree | 89f8c68a070c3e1b2e498a51fb20d94ad0e67853 /framework/Data/TSqliteCache.php | |
parent | 6ddcb972cd4f53a7f0d0574d009d900a9f605447 (diff) |
Diffstat (limited to 'framework/Data/TSqliteCache.php')
-rw-r--r-- | framework/Data/TSqliteCache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Data/TSqliteCache.php b/framework/Data/TSqliteCache.php index 13455849..2abffa78 100644 --- a/framework/Data/TSqliteCache.php +++ b/framework/Data/TSqliteCache.php @@ -150,6 +150,7 @@ class TSqliteCache extends TModule implements ICache /**
* @param string database file path (in namespace form)
* @throws TInvalidOperationException if the module is already initialized
+ * @throws TConfigurationException if the file is not in proper namespace format
*/
public function setDbFile($value)
{
|