Question
Is there a way to fake a timeout error for testing purposes?
I'm writing a cftry/cfcatch to handle a RequestTimedOutException error that has happened a few times and we cannot replicate on demand. I want to write a catch that will notify me when it does happen -- is there any way to test my code by forcing a timeout error?
