From 151aeac41b60f094242e65b6dbccbc1e95c5c27d Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 19:31:16 +0100 Subject: One class per file: framework/I18N/ --- framework/I18N/core/TMessageSourceIOException.php | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 framework/I18N/core/TMessageSourceIOException.php (limited to 'framework/I18N/core/TMessageSourceIOException.php') 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 @@ + + * @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 + * @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 -- cgit v1.2.3