1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
MessageBoxAwareExceptionInterface.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Main\Messenger\Internals\Exception;
6
7use Bitrix\Main\Messenger\Entity\MessageBox;
8
10{
11 public function getMessageBox(): MessageBox;
12}