Initial commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
||||
#name : throw new Exception
|
||||
# key: throw
|
||||
# --
|
||||
throw new ${1:Exception}(${2:msg}) $0
|
Reference in New Issue
Block a user