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}");