Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ErrorFuture.php
function ErrorFuture::await
Overrides
FutureInterface::await
File
vendor/
open-telemetry/
sdk/
Common/
Future/
ErrorFuture.php
, line 19
Class
ErrorFuture
@psalm-suppress MissingTemplateParam
Namespace
OpenTelemetry\SDK\Common\Future
Code
public
function
await
() : never {
throw
$this
->
throwable
; }
RSS feed