On a related note in 2.2 I had updated ExceptionRenderer to use a separate 'error' layout instead of 'default' layout when rendering "safe" messages in case of repeated errors/exceptions 0832e18e9e refs #2682
Then recently I again updated it to always use 'error' layout instead of 'default' 3495422ac5. I wanted to get everyone's opinion if this is good or it should be reverted back to using error layout only when rendering "safe" messages in case of repeated errors.
-ADmad
On Monday, April 2, 2012 9:38:38 AM UTC+5:30, Juan Basso wrote:
After talk with Mark, the code was changed. I removed the Error.fatalErrorHandler from configuration and the regular Error.handler will receive the fatal error codes as well. The handler will define what should be the behavior for this situation.Code and doc updated.
Juan Basso
Sure, setting layout in the view file is ok?