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

Breadcrumb

  1. Drupal Core 11.1.x

UnsupportedFeatureException.php

Namespace

Revolt\EventLoop

File

vendor/revolt/event-loop/src/EventLoop/UnsupportedFeatureException.php

View source
<?php

declare (strict_types=1);
namespace Revolt\EventLoop;


/**
 * MUST be thrown if a feature is not supported by the system.
 *
 * This might happen if ext-pcntl is missing and the loop driver doesn't support another way to dispatch signals.
 */
final class UnsupportedFeatureException extends \Exception {

}

Classes

Title Deprecated Summary
UnsupportedFeatureException MUST be thrown if a feature is not supported by the system.

API Navigation

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