Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UncaughtThrowable.php

function UncaughtThrowable::throwingErrorHandler

1 call to UncaughtThrowable::throwingErrorHandler()
AbstractDriver::createErrorCallback in vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php

File

vendor/revolt/event-loop/src/EventLoop/UncaughtThrowable.php, line 20

Class

UncaughtThrowable

Namespace

Revolt\EventLoop

Code

public static function throwingErrorHandler(\Closure $closure, \Throwable $previous) : self {
    return new self("Uncaught %s thrown in event loop error handler %s%s", $closure, $previous);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal