Are you sure you have a consistent set of WP files?
class-wp-fatal-error-handler.php
should be in your wp-includes
folder. The created date on that file os 15th of May 2019, so it looks pretty recent.
If perhaps you had done an upgrade with a slightly older version of WP and then copied the wp-settings.php
file, it may be referencing a file that doesn’t exist in the version you previously installed.
Updating your wp-includes
and wp-admin
would fix this.
Top troubleshooting hint – I downloaded a fresh set of WP files and opened them in sublime text, I can then do a “find in files” and hunt down these missing functions