Initial Commit
This commit is contained in:
12
dependencies/amphp/amp/lib/Loop/UnsupportedFeatureException.php
vendored
Normal file
12
dependencies/amphp/amp/lib/Loop/UnsupportedFeatureException.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user