5 lines
79 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: throw
# key: throw
# --
throw ${1:MyError}($0);