1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ExceptionInterface.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Main\Messenger\Internals\Exception;
6
10interface ExceptionInterface extends \Throwable
11{
12}