Exception handling in scala # Scala Tutorial - 20



0
237

Scala's exceptions work like exceptions in many other languages like Java. Instead of returning a value in the normal way, a method can terminate by throwing an exception.

Published by: Amir Published at: 7 years ago Category: