diff options
Diffstat (limited to 'framework/I18N/core/TMessageSourceIOException.php')
-rw-r--r-- | framework/I18N/core/TMessageSourceIOException.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/I18N/core/TMessageSourceIOException.php b/framework/I18N/core/TMessageSourceIOException.php index 6eaaf939..dea7031e 100644 --- a/framework/I18N/core/TMessageSourceIOException.php +++ b/framework/I18N/core/TMessageSourceIOException.php @@ -13,9 +13,10 @@ * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 $ - * @package System.I18N.core + * @package Prado\I18N\core */ +namespace Prado\I18N\core; /** * TMessageSourceIOException thrown when unable to modify message source @@ -23,7 +24,7 @@ * * @author Wei Zhuo<weizhuo[at]gmail[dot]com> * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 ${DATE} ${TIME} $ - * @package System.I18N.core + * @package Prado\I18N\core */ class TMessageSourceIOException extends TException { |