• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/exception.php
  • Класс: CBPNotSupportedException
  • Вызов: CBPNotSupportedException::__construct
public function __construct($message = "")
{
	parent::__construct($message, 10004);
}