PHP Code:
class Windows extends Error {
$this->output = 'A fatal exception OE has occurred at 0028:C00068F8 in VxD 000059F8. The current application will be terminated.\n\n';
$this->output .= '* Press any key to terminate the current application.\n';
$this->output .= '* Press CTRL+ALT+DEL to restart your computer. You will lose any unsaved information in all application.\n\n';
$this->output .= 'Press any key to continue_';
}