public AddressException(message as String = "Invalid email address"):
import klyn.mails ex = AddressException("Missing @") print(ex.message)