Catch Throwable user editable

This commit is contained in:
benjamenhogben 2018-10-05 10:50:02 +01:00
parent 7d30396d0c
commit f0b51ea9ad

View file

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