• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/task/placeholder/exception/placeholdernotfoundexception.php
  • Класс: BitrixTasksInternalsTaskPlaceholderExceptionPlaceholderNotFoundException
  • Вызов: PlaceholderNotFoundException::__construct
public function __construct(string $className)
{
	parent::__construct("Placeholder class {$className} not found.");
}