I'm trying to write an action helper which uses docblocks as an annotation,
but if I loop through the methods and on each one call getDocblock, an
exception will be thrown. But I'm in a catch-22 because I can't know which
methods have one and which ones don't. This leads me to create a really ugly
try catch block, with nothing in the catch.

Is there a better way to handle this?

Reply via email to