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