web-feature: Optional catch binding
Omit the the binding parameter of a catch clause when you don’t need information about the exception in a try ... catch statement.
Omit the the binding parameter of a catch clause when you don’t need information about the exception in a try ... catch statement.