05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
2 stars 0 forks source link

Rework exceptions for Js specific wrappers #50

Closed 05nelsonm closed 6 months ago

05nelsonm commented 6 months ago

They all throw IOException when they really should be throwing IllegalArgumentException, or ClassCastException...