mpyw\Co\Internal\ControlUtils::fail PHP Method

fail() public static method

Handle success as ControlException.
public static fail ( mixed $yieldable ) : Generator
$yieldable mixed
return Generator
    public static function fail($yieldable)
    {
        throw new ControlException((yield $yieldable));
    }