• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/executeexception.php
  • Класс: BitrixSaleTradingPlatformVkExecuteException
  • Вызов: ExecuteException::__construct
public function __construct($message = "", $errCode = "", $method = "", Exception $previous = NULL)
{
	parent::__construct($message, 0, '', 0, $previous);
	$this->errCode = $errCode;
	$this->method = $method;
}