`items.find { it.someStuff == search } ?: throw So...
# getting-started
r
items.find { it.someStuff == search } ?: throw SomeException()
🧵 1
👌 1