From fca8299ee3d9ba5f2461b7a29154050f3908a9ed Mon Sep 17 00:00:00 2001 From: Julian Bennecker Date: Sat, 3 Oct 2015 22:34:50 +0200 Subject: [PATCH] Added php snippet: throw Exeption --- snippets/php.snippets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snippets/php.snippets b/snippets/php.snippets index b200463..45a7821 100644 --- a/snippets/php.snippets +++ b/snippets/php.snippets @@ -601,4 +601,5 @@ snippet tc { ${0:code} } - +snippet te + throw new ${1:Exception}("${2:Error Processing Request}");