diff options
Diffstat (limited to 'framework/I18N/core/MessageSource.php')
-rw-r--r-- | framework/I18N/core/MessageSource.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/I18N/core/MessageSource.php b/framework/I18N/core/MessageSource.php index 4643b058..a3308621 100644 --- a/framework/I18N/core/MessageSource.php +++ b/framework/I18N/core/MessageSource.php @@ -20,6 +20,8 @@ namespace Prado\I18N\core; /** * Get the IMessageSource interface. */ +use Exception; + require_once(dirname(__FILE__).'/IMessageSource.php'); /** |