How do I ignore an exception? December 1, 2023 by Tarik scala.util.control.Exception.ignoring(classOf[ExceptionType]) { ... // Some throwing code }