diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 19:31:16 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 19:31:16 +0100 |
commit | 151aeac41b60f094242e65b6dbccbc1e95c5c27d (patch) | |
tree | e1cb27c43f710ff071aa723588ca7f27bb3a7caf /framework/I18N/core/TMessageSourceIOException.php | |
parent | 103578448db0ce03ea231a10e8234b2d8cb27e34 (diff) |
One class per file: framework/I18N/
Diffstat (limited to 'framework/I18N/core/TMessageSourceIOException.php')
-rw-r--r-- | framework/I18N/core/TMessageSourceIOException.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/framework/I18N/core/TMessageSourceIOException.php b/framework/I18N/core/TMessageSourceIOException.php new file mode 100644 index 00000000..6eaaf939 --- /dev/null +++ b/framework/I18N/core/TMessageSourceIOException.php @@ -0,0 +1,31 @@ +<?php +/** + * MessageSource class file. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the BSD License. + * + * Copyright(c) 2004 by Qiang Xue. All rights reserved. + * + * To contact the author write to {@link mailto:qiang.xue@gmail.com Qiang Xue} + * The latest version of PRADO can be obtained from: + * {@link http://prado.sourceforge.net/} + * + * @author Wei Zhuo <weizhuo[at]gmail[dot]com> + * @version $Revision: 1.4 $ $Date: 2005/12/17 06:11:28 $ + * @package System.I18N.core + */ + + +/** + * TMessageSourceIOException thrown when unable to modify message source + * data. + * + * @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 + */ +class TMessageSourceIOException extends TException +{ + +}
\ No newline at end of file |