Added php snippet: throw Exeption

This commit is contained in:
Julian Bennecker 2015-10-03 22:34:50 +02:00
parent 513b297e1d
commit fca8299ee3

View File

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