How do I divert one action to another action? For example, suppose I have a throw handler. It is NOT a synonym for DROP. In some circumstances, I want to check for THROW, but if the tests in the handler fail, I want to divert it to DROP. This is only a simple contrived example, as the situations where I've wanted to use it are a lot more complex than this. I'm trying to avoid huge amounts of code duplication.