Join Slack
Powered by
Why does Kotlin have both `Exception` and `Runtime...
# stdlib
s
spand
03/25/2019, 12:48 PM
Why does Kotlin have both
Exception
and
RuntimeException
? I can sort of see a compatibility argument but both are present even in common
i
ilya.gorbunov
03/25/2019, 4:45 PM
Suppose you want to declare an exception in common code that should be unchecked in JVM.
5
Views
Open in Slack
Previous
Next