Scala Exceptions - Try, try..catch and a caveat
Learn about the various approaches to exception handling in Scala, and discover a peculiar situation that may arise while using scala.util.Try. This blog post delves into the fact that scala.util.Try is designed to handle only NonFatal exceptions, an...
Oct 21, 20224 min read1.3K
