I'm using the Rails exception_notification plugin in my app and find it very useful.
However, there are occasions when I want to catch an exception and deal with it gracefully but still would like to receive the exception notification email. It only seems to send for uncaught exceptions it seems.
Does anyone know how to force send the email for when you've already caught the exception?