Question: Which Scala type may throw an exception or a successfully computed value, and is commonly used to trap and propagate errors?
- `scala.util.ExceptionHandling`
- `scala.Catch.Throw`
- `scala.exception.TryFinally`
- `scala.util.Try`
Answer: The correct answer of the above question is Option D:`scala.util.Try`