config/sublime/Packages/PHP/throw.sublime-snippet
2012-08-01 21:04:05 -07:00

7 lines
245 B
XML

<snippet>
<content><![CDATA[throw new $1Exception(${2:"${3:Error Processing Request}"}${4:, ${5:1}});
$0]]></content>
<tabTrigger>throw</tabTrigger>
<scope>source.php</scope>
<description>Throw Exception</description>
</snippet>