RE: [coldbox:12200] Re: What do you need to get the ExeptionBean to work?

I will try this out in my main.cfc - that is where it should be correct.

That is where most people stick it, but you can put your exception handler anywhere you want. i.e.

exceptionHandler = “randomPackage.randomHandler.randomAction”

~Brad