add php try catch snippet

This commit is contained in:
Ben Hogben 2018-10-04 17:05:24 +01:00
parent e4286549e0
commit 3edd27449e

View file

@ -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"
}
}