• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/database/mesh.php
  • Класс: BitrixTasksInternalsDataBaseMesh
  • Вызов: Mesh::throwExceptionCantAddEdge
static function throwExceptionCantAddEdge($from, $to, $direct, $type = '')
{
	throw new BitrixTasksException('Can not add a new edge', array('AUX' => array('MESSAGE' => array('FROM' => $from, 'TO' => $to, 'DIRECT' => $direct, 'TYPE' => $type))));
}