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

Breadcrumb

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

class UnsupportedFeatureException

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.

Hierarchy

  • class \Revolt\EventLoop\UnsupportedFeatureException extends \Revolt\EventLoop\Exception

Expanded class hierarchy of UnsupportedFeatureException

2 files declare their use of UnsupportedFeatureException
EventLoop.php in vendor/revolt/event-loop/src/EventLoop.php
StreamSelectDriver.php in vendor/revolt/event-loop/src/EventLoop/Driver/StreamSelectDriver.php

File

vendor/revolt/event-loop/src/EventLoop/UnsupportedFeatureException.php, line 12

Namespace

Revolt\EventLoop
View source
final class UnsupportedFeatureException extends \Exception {

}
RSS feed
Powered by Drupal