Member predicate ThrowElement::getExpr
Gets the expression of the exception being thrown, if any.
For example, new Exception("Syntax error")
in throw new Exception("Syntax error");
.
Gets the expression of the exception being thrown, if any.
For example, new Exception("Syntax error")
in throw new Exception("Syntax error");
.