I have set a HTML page 500.html in my main direcroty.
It will show this page when HTML 500 Internal Server Error
occurs.
How can I generate this error to check if it works?
I'm gussesing I should somehow raise exception of some sort.
How do I do that?