Исключения

try {

} catch (e: Exception) {

}
fun some_func() {
        return try{} catch{}
}