On Sep 13, 9:05 am, pcummins <patwcumm...@gmail.com> wrote:
> How do I get the message from a call to $this->forward404() into a
> customized error404Success.php template?

Your custom template should have a variable called $exception, which
is the sfError404Exception object... The message is the exception
message ($exception->getMessage())

Russ.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@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