`value = list.firstOrNull() ?: throw Exception()`
# getting-started
k
value = list.firstOrNull() ?: throw Exception()