com.thoughtworks.dsl.keywords.TryCatchFinally
See theTryCatchFinally companion object
case class TryCatchFinally[+BlockKeyword, +CaseKeyword, +FinalizerKeyword](block: () => BlockKeyword, cases: Catcher[CaseKeyword], finalizer: () => FinalizerKeyword) extends Trait
Attributes
- Companion:
- object
- Source:
- TryCatchFinally.scala
- Graph
- Supertypes