Skip to content

Instantly share code, notes, and snippets.

@ecki
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecki/9518404 to your computer and use it in GitHub Desktop.
Save ecki/9518404 to your computer and use it in GitHub Desktop.
Nicer Array Overflow Exception
throw new RuntimeException(" ________________________\n"+
"< Arrays have a 2GB Limit. >\n"+
" ------------------------\n"+
" \\ ^__^ \n"+
" \\ (oo)\\_______\n"+
" (__)\\ )\\/\\\n"+
" ||----w |\n"+
" || ||\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment