``` listOf(«a», «b» «c»).getOrNull(4) ?: throw Wha...
# announcements
y
Copy code
listOf(«a», «b» «c»).getOrNull(4) ?: throw WhateverYouWantException()
works too