Skip to content

Instantly share code, notes, and snippets.

@dehora
Last active May 16, 2016 09:24
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dehora/5328038 to your computer and use it in GitHub Desktop.
Save dehora/5328038 to your computer and use it in GitHub Desktop.
object ಠ_ಠ
object ಠ_ಠ {
class ಠ_ಠ(m: String) extends Exception(m)
def main(a: Array[String]) = {
throw new ಠ_ಠ("ಠ_ಠ")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment