summaryrefslogtreecommitdiff
path: root/framework/I18N/core/MessageCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/MessageCache.php')
-rw-r--r--framework/I18N/core/MessageCache.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/I18N/core/MessageCache.php b/framework/I18N/core/MessageCache.php
index 722f2aac..3cc10995 100644
--- a/framework/I18N/core/MessageCache.php
+++ b/framework/I18N/core/MessageCache.php
@@ -10,6 +10,8 @@ namespace Prado\I18N\core;
/**
* Load the cache lite library.
*/
+use Exception;
+
require_once(dirname(__FILE__).'/TCache_Lite.php');
/**