init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: try … catch …
|
||||
# key: tc
|
||||
# --
|
||||
try
|
||||
{
|
||||
$0
|
||||
}
|
||||
catch (${1:Exception} e)
|
||||
{
|
||||
$2
|
||||
}
|
||||
Reference in New Issue
Block a user