1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
exception.php
См. документацию.
1<?php
2namespace Bitrix\Calendar\Core\Queue\Interfaces;
3
4use Throwable;
5
6interface Exception extends Throwable
7{
8}