I have some processing logic just to exclude a timeout. Can I specify some type for the cfcatch tag that allows it to catch only the timeout? Right now I was catching all the exceptions and was looking for a "time limit" in cfcatch.message . It looks awful. Also, my current code may catch some kind of custom exception with a “time limit” in the message, which is not really a “timeout”.
source share