7 lines
87 B
Plaintext
Executable File
7 lines
87 B
Plaintext
Executable File
# -*- mode: snippet -*-
|
|
# name: catch (...) { ... }
|
|
# key: catch
|
|
# --
|
|
catch ($1) {
|
|
$0
|
|
} |