06-13-2003, 10:55 AM
|
|
|
Confirmed User
Join Date: May 2002
Location: Montreal
Posts: 8,743
|
Quote:
Originally posted by m4tt
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_';
}
|
that
__________________
|
|
|