Source for file SystemException.class.php
Documentation is available at SystemException.class.php
* Класс SystemExceptionm, DummyException.
* @copyright Energine 2006
//require_once('core/framework/BaseException.class.php');
* @param mixed $customMessages
public function __construct($message, $code = self::ERR_CRITICAL, $customMessages = null) {
* Используется при необходимости прерывания нормального выполнения программы
* и выхода в обработчик исключений.
* @see Component::generateErrors()
|