Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 16, 2020 20:11
Show Gist options
  • Save lu4nm3/cfca4b526c25ec06180d95135e33aa36 to your computer and use it in GitHub Desktop.
Save lu4nm3/cfca4b526c25ec06180d95135e33aa36 to your computer and use it in GitHub Desktop.
scala> EmailAddress("@example.com")
java.lang.IllegalArgumentException: requirement failed: Invalid email address
at scala.Predef$.require(Predef.scala:277)
at EmailAddress$.apply(<pastie>:23)
... 36 elided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment