ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort
https://ktor.io
Apache License 2.0
12.86k stars 1.04k forks source link

Make MalformedInputException actually inherit from exception #4094

Closed DRSchlaubi closed 3 months ago

DRSchlaubi commented 3 months ago

Subsystem io utils

Motivation Since the class is called Exception, it should be an ✨ Exception ✨ Solution I decided to make it an IOException as the JVM version also extends from IOException

e5l commented 3 months ago

Hey @DRSchlaubi, thanks for the PR. LGTM