DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / c%2B%2B-mode / try
12345678910
# -*- mode: snippet -*- # name: try # key: try # a bit too intrusive now still, not always I want to do this # -- try { $0 } catch (${1:type}) { }