Why `Throwable`? ``` class IosHttpRequestException...
# ktor
m
Why
Throwable
?
Copy code
class IosHttpRequestException(val origin: NSError? = null) : Throwable("Exception in http request: $origin")
https://github.com/ktorio/ktor/blob/e0525a274d2c9958778fb649df39d59c44341b2b/ktor-client/ktor-client-ios/darwin/src/io/ktor/client/engine/ios/Utils.kt#L27