4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name : throw new Exception
|
||
|
# --
|
||
|
throw new ${1:Exception}($2) $0
|