Source for file FormException.class.php
Documentation is available at FormException.class.php
* @copyright Energine 2006
//require_once('core/framework/BaseException.class.php');
* Используется при ошибке сохранения данных формы.
parent::__construct('Dummy Message', self::ERR_NOTICE);
|