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\EventLoopView source
final class UnsupportedFeatureException extends \Exception {
}