PageRenderTime 33ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/java-mode/Control/catch.yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | b1052a932e1a5e69169f3a8f3054db99 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: ca
  3. # contributor: Translated from TextMate Snippet
  4. # name: catch
  5. # --
  6. catch (${1:Exception} ${2:e}) {
  7. $0
  8. }