Skip to content

Instantly share code, notes, and snippets.

@bijancn
Created May 31, 2018 11:25
Show Gist options
  • Save bijancn/7127b21eaf06280d617d24173dd0e8a7 to your computer and use it in GitHub Desktop.
Save bijancn/7127b21eaf06280d617d24173dd0e8a7 to your computer and use it in GitHub Desktop.
sealed trait Exception
case object InvalidUrl extends Exception
case object InvalidJson extends Exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment