Recovering from errors in generator syntax
Just making sure I understand this properly: in generator syntax, the only way to recover from an error is from within the
For example:
That's the only place you can deal with errors within a generator. Is that right? Or is there some other strategy I'm overlooking?
$() (or _()), right?For example:
That's the only place you can deal with errors within a generator. Is that right? Or is there some other strategy I'm overlooking?
