# key: tcf # contributor: Jason Imison # name: Try Catch Finally # -- try { $1 } catch (${2:Exception} ${3:e}) { $4 } finally { $0 }