Introduction In this blog, we're going to talk about exception handling in Scala. We'll also explore different ways of handling Exception by using different constructs provided by Scala. What's an Exception ? An exception is an event that interrupts the normal flow of a program. Exception handling is the process of responding to an exception. […]

Read more of this post