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

Merge pull request #59979 from benjamenhogben/master

add php try catch snippet
......@@ -248,5 +248,16 @@
"#endregion"
],
"description": "Folding Region End"
},
"Try Catch Block": {
"prefix": "try",
"body": [
"try {",
"\t${1://code...}",
"} catch (\\Exception \\$$e) {",
"\t${2://throw $$e;}",
"}"
],
"description": "Try catch block"
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册