HH\Lib\Async\Condition::fail

Meta Engineer?

The containing class is available as Async\Condition in the www repository.

Notify the condition variable of failure and set the exception

final public function fail(
  Exception $exception,
): void;

Parameters

  • Exception $exception

Returns

  • void