Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Channel/Exception/EmptyChannelException.php
Назад
<?php declare(strict_types=1); namespace Psl\Channel\Exception; use OutOfBoundsException; use Psl\Channel; /** * This exception is throw when calling {@see Channel\ReceiverInterface::tryReceive()} on an empty channel. */ final class EmptyChannelException extends OutOfBoundsException implements ExceptionInterface { public static function create(): EmptyChannelException { return new self('Attempted to receiver from an empty channel.'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка