# -*- mode: snippet -*-
# name: throw
# key: throw
# expand-env: ((yas-indent-line 'fixed))
# group: control structure.throw
# --
_throw ${1:cond}
$0