394
Personally I prefer throw new nullpointerexception
(pawb.social)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Perl is funnier, as these are valid ways of exiting with an exception:
readFile() or die;
die unless $a > $b;