Пример #1
0
 /**
  * Writes the exception message to the client browser
  *
  * @return void
  */
 protected static function write()
 {
     if (!is_null(self::$EasySCP_TemplateEngine)) {
         self::$EasySCP_TemplateEngine->display('exception_message.tpl');
     } else {
         echo self::$exceptionMessage;
     }
 }