diff options
Diffstat (limited to 'framework/I18N/core/NumberFormatInfo.php')
-rw-r--r-- | framework/I18N/core/NumberFormatInfo.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/I18N/core/NumberFormatInfo.php b/framework/I18N/core/NumberFormatInfo.php index c48f6e6b..c25e3d6f 100644 --- a/framework/I18N/core/NumberFormatInfo.php +++ b/framework/I18N/core/NumberFormatInfo.php @@ -21,6 +21,8 @@ namespace Prado\I18N\core; /** * Get the CultureInfo class file. */ +use Exception; + require_once(dirname(__FILE__).'/CultureInfo.php'); /** |