Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Async/Exception/UnhandledAwaitableException.php
Назад
<?php declare(strict_types=1); namespace Psl\Async\Exception; use Psl\Exception\RuntimeException; use Psl\Str; use Throwable; final class UnhandledAwaitableException extends RuntimeException implements ExceptionInterface { public static function forThrowable(Throwable $throwable): UnhandledAwaitableException { return new self( Str\format('Unhandled awaitable error "%s", make sure to call `Awaitable::await()` before the awaitable is destroyed, or call `Awaitable::ignore()` to ignore exceptions.', $throwable::class), (int) $throwable->getCode(), $throwable ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка