init
This commit is contained in:
12
snippets/d-mode/tc
Normal file
12
snippets/d-mode/tc
Normal file
@@ -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