未验证 提交 46b79144 编写于 作者: R Rob Lourens 提交者: GitHub

Merge pull request #60012 from benjamenhogben/master

Add throwable to php try/catch block snippet
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册