From 103578448db0ce03ea231a10e8234b2d8cb27e34 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 20 Jan 2015 19:23:42 +0100 Subject: One class per file: framework/Exceptions/ --- framework/Exceptions/TConfigurationException.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 framework/Exceptions/TConfigurationException.php (limited to 'framework/Exceptions/TConfigurationException.php') diff --git a/framework/Exceptions/TConfigurationException.php b/framework/Exceptions/TConfigurationException.php new file mode 100644 index 00000000..e2506472 --- /dev/null +++ b/framework/Exceptions/TConfigurationException.php @@ -0,0 +1,24 @@ + + * @link http://www.pradosoft.com/ + * @copyright Copyright © 2005-2014 PradoSoft + * @license http://www.pradosoft.com/license/ + * @package System.Exceptions + */ + +/** + * TConfigurationException class + * + * TConfigurationException represents an exception caused by invalid configurations, + * such as error in an application configuration file or control template file. + * + * @author Qiang Xue + * @package System.Exceptions + * @since 3.0 + */ +class TConfigurationException extends TSystemException +{ +} \ No newline at end of file -- cgit v1.2.3