sitepodmatt
class Human(age : Int) { val age : Int = age.takeIf { it > 0 } ?: throw Error("age no old enough") }