In this medium article, in the Exceptions vs ADTs section, author provides these two examples:
data class Password private constructor(val value: String) { comp