* @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 { }