emacs-prelude/vendor/yasnippet/snippets/scala-mode/throw

5 lines
129 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# Author: Jonas Bonèr <jonas@jonasboner.com>
# name: throw new Exception
# key: throw
# --
throw new ${1:Exception}(${2:msg}) $0