Generator
PHP Manual

Generator::throw

(PHP 5 >= 5.5.0)

Generator::throwThrow an exception into the generator

Description

public void Generator::throw ( Exception $exception )

Parameters

exception

Return Values

Returns the yielded value.


Generator
PHP Manual