When writing own exception classes, should I inher...
# stdlib
h
When writing own exception classes, should I inherit from kotlin.Throwable or the RuntimeException typealias? What’s benefit of using kotlin.Throwable?