Hi,

I´m connecting the "application.throw_exception" event to my exception
handler class.

public function configure() {
        $this->dispatcher->connect(
            'application.throw_exception',
            array('MyExceptionHandler', 'listenToApplicationException')
        );
    }

On the end of the listener method I return true. When symfony handles a 404
it redirects succesfully, but show an exception at the end of the page shown
after the redirect (sfStopException). This exception comes from the end of
the sfAction::forward method.

What can I do to prevent this?

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to