Add throwable to try/catch block

This commit is contained in:
benjamenhogben 2018-10-05 09:48:33 +01:00
parent 3dc960c0d1
commit 7d30396d0c

View file

@ -254,6 +254,8 @@
"body": [
"try {",
"\t${1://code...}",
"} catch (\\Throwable \\$$t) {",
"\t${2://throw $$t;}",
"} catch (\\Exception \\$$e) {",
"\t${2://throw $$e;}",
"}"