ursus
data class EmailAddress(value: String) { init { if value is not email regex then error("Invalid value") } }