E0130: missing catch variable name between parentheses
A try statement can have a catch clause. The catch clause can define a
variable for the caught exception. It is a syntax error to omit the variable
name between a catch clause's parentheses:
To fix this error, remove the parentheses:
Alternatively, write a variable name between the parentheses: