Jason5lee
05/01/2021, 2:42 PMkotlin.io.AccessDeniedException
isn’t a alias of java.nio.AccessDeniedException
on JVM? Why creating such a new class that might confused the user that tries to catch this exception?nanodeath
05/01/2021, 2:52 PMJason5lee
05/01/2021, 3:14 PMjava.nio.AccessDeniedException
. I wrongly catch kotlin.io.AccessDeniedException
and realizes it doesn’t work and it’s not an alias (as other kotlin standard types are). Not a big deal but it’s confusing.kotlin.io.AccessDeniedException
seems to be FileTreeWalk
.nanodeath
05/01/2021, 3:19 PMFileTreeWalk
uses it