You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use partial functions in interface (thanks @smarter)
Without the change, exceptions other than the following will not be propagated.
Instead, users will get `scala.MatchError`.
op rescue {
case ex: NullPointerException => 4
case ex: ArithmeticException => 3
}
0 commit comments