saket
03/29/2023, 7:24 PMTurbineTimeoutCancellationException
already our custom timeout exception?jw
03/29/2023, 7:25 PMsaket
03/29/2023, 7:25 PMinternal class TurbineTimeoutCancellationException internal constructor(
message: String,
) : CancellationException(message)
it's not a subclass of timeout exception, if that's what you meant?jw
03/29/2023, 7:26 PM