gorn

124
reputation
7
while( unansweredQuestionStackOverflow() )
{
    try
    {
        answerYourQuestionFriendly();
    } 
    catch (...) 
    {
        throw("dam that's a hard question");
    }
}