diff options
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)
{
|