Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
temporaryqueuenotsupportedexception.php
1<?php
3
4use Throwable;
5
7{
14 public static function providerDoestNotSupportIt(int $code = 0, Throwable $previous = null): self
15 {
16 return new static('The provider does not support temporary queue feature', $code, $previous);
17 }
18}