Last active
May 16, 2016 09:24
-
-
Save dehora/5328038 to your computer and use it in GitHub Desktop.
object ಠ_ಠ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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