Merge pull request #628 from jbennecker/master

Added php snippet: throw Exeption
This commit is contained in:
Louis Pilfold 2015-10-05 08:58:30 +01:00
commit eb17eb104b

View File

@ -601,4 +601,5 @@ snippet tc
{
${0:code}
}
snippet te
throw new ${1:Exception}("${2:Error Processing Request}");