• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/workflowtemplateloader.php
  • Класс: CBPWorkflowTemplateValidationException
  • Вызов: CBPWorkflowTemplateValidationException::__construct
public function __construct($message = "", array $errors = array())
{
	parent::__construct($message, 10010);
	$this->errors = $errors;
}