Change throwable var name

This commit is contained in:
benjamenhogben 2018-10-09 14:07:13 +01:00
parent f0b51ea9ad
commit 1de8905bf5

View file

@ -254,7 +254,7 @@
"body": [
"try {",
"\t${1://code...}",
"} catch (${2:\\Throwable} ${3:$$t}) {",
"} catch (${2:\\Throwable} ${3:$$th}) {",
"\t${4://throw $$th;}",
"}"
],