How do you handle with exceptions in Kotlin ? I me...
# getting-started
m
How do you handle with exceptions in Kotlin ? I mean, if I read a file, an error can occur. There is no compile warnings/errors in IntelliJ. If I forgot to catch, it's an application crash 😕