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