Closed sclasen closed 11 years ago
Attempting to generate a "re-throw" of an exception inside a catch clause fails when attempting to use the THROW DSL
THROW(REF("e")) [error] found : treehugger.forest.Ident [error] required: treehugger.forest.Type
Using the Throw case class directly works
Throw
Throw(REF("e"))
Guess the best thing is to add this usage to THROW?
Attempting to generate a "re-throw" of an exception inside a catch clause fails when attempting to use the THROW DSL
Using the
Throw
case class directly worksGuess the best thing is to add this usage to THROW?