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": [ "body": [
"try {", "try {",
"\t${1://code...}", "\t${1://code...}",
"} catch (${2:\\Throwable} ${3:$$t}) {", "} catch (${2:\\Throwable} ${3:$$th}) {",
"\t${4://throw $$th;}", "\t${4://throw $$th;}",
"}" "}"
], ],