This inspection reports any instances of JavaScript
throw
statements whose exceptions are always caught by containing
try
statements. Using
throw
statements as a "goto" to change the local flow of control is likely to be confusing.