Merge pull request #60012 from benjamenhogben/master

Add throwable to php try/catch block snippet
This commit is contained in:
Rob Lourens
2018-10-09 09:14:30 -07:00
committed by GitHub
+2 -2
View File
@@ -254,8 +254,8 @@
"body": [
"try {",
"\t${1://code...}",
"} catch (\\Exception \\$$e) {",
"\t${2://throw $$e;}",
"} catch (${2:\\Throwable} ${3:$$th}) {",
"\t${4://throw $$th;}",
"}"
],
"description": "Try catch block"