2 /* This is for the rare cases where we can't even get the normal error handler set up */
3 header('HTTP/1.1 500 Internal Server Error');
4 header('Content-Type: application/xhtml+xml');
5 set_exception_handler('balls');
9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
10 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
13 <link rel="stylesheet" href="css/default" type="text/css"/>
17 <p><?php echo $e->getMessage() ?></p>