confi-emacs-actual/snippets/scala-mode/throw

4 lines
89 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name : throw new Exception
# --
throw new ${1:Exception}($2) $0