Files
wp-multisite-waas/dependencies/amphp/amp/lib/Loop/UnsupportedFeatureException.php
2024-11-30 18:24:12 -07:00

13 lines
296 B
PHP

<?php
namespace WP_Ultimo\Dependencies\Amp\Loop;
/**
* 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.
*/
class UnsupportedFeatureException extends \Exception
{
}