Another puzzling one: ``` } catch (e: ...
# eap
c
Another puzzling one:
Copy code
} catch (e: IOException) {
                throw KobaltException(e)
            }
Copy code
Error:(35, 23) Kotlin: Type mismatch: inferred type is KobaltException but Throwable was expected