1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
renderexception.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Engine\Response\Render\Exception;
4
5use Bitrix\Main\SystemException;
6
7abstract class RenderException extends SystemException
8{}