• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/baseservice.php
  • Класс: BitrixTimemanServiceBaseService
  • Вызов: BaseService::wrapAction
protected function wrapAction($callbackFunction)
{
	try
	{
		return $callbackFunction();
	}
	catch (BaseServiceException $exception)
	{
		return $this->wrapResultOnException($exception->getResult());
	}
}