On Mon, Aug 4, 2008 at 7:45 PM, Jason Webster <[EMAIL PROTECTED]> wrote: > Exceptions within the front controller are always thrown (bypassing the > error controller) if the _throwExceptions property is true. > Try explicitly setting this false, in your bootstrap, by calling: > > $front->throwExceptions(false)
Thanks so much. =) I feel kinda dumb. I thought I had tried that. It works! Thanks again, Till
