This commit is contained in:
Rob Lourens 2019-03-27 14:42:52 -07:00
parent b574eeaf66
commit 5c0fc719a2

View file

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