RSS
 

Tip for error display

12 juil

Create a generic error to display on the screen for the users.

Surround the message by a div or better, a table. Put the real exception detail in the title var of the table:

test1 test2

This provide an easy way to show errors without “corrupting” the user screen.

 
 

Leave a Reply