Generator
PHP Manual

Generator::throw

(PHP 5 >= 5.5.0)

Generator::throwThrow an exception into the generator

Descrição

public void Generator::throw ( Exception $exception )

Parâmetros

exception

Valor Retornado

Returns the yielded value.


Generator
PHP Manual