catch

Error suppression

Average: 5 (1 vote)

Sometimes it is the case that you know your code will produce an error---or maybe you don't know, but you don't care. This is especially troublesome in loops. Here is how to essentially ignore the error allowing you to continue on as if it never happened.

Read more

Syndicate content