0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2024-11-23 11:36:14 +00:00
PocketMine-MP/src/crash
Dylan K. Taylor 98380e46bf
Ignore non-fatal error types in crash handlers
ErrorToExceptionHandler currently prevents these from appearing by turning them into exceptions, but this won't always be the case.
For example, in the future we may not want to turn ALL types of E_* errors into exceptions (e.g. E_DEPRECATED).
2024-04-02 19:22:40 +01:00
..
CrashDump.php Ignore non-fatal error types in crash handlers 2024-04-02 19:22:40 +01:00
CrashDumpData.php Allow thread errors and their traces to be properly recorded in crashdumps (#5910) 2023-07-26 16:26:03 +01:00
CrashDumpDataGeneral.php Use PHP-CS-Fixer to enforce file header presence 2022-06-04 17:34:49 +01:00
CrashDumpDataPluginEntry.php Use PHP-CS-Fixer to enforce file header presence 2022-06-04 17:34:49 +01:00
CrashDumpRenderer.php Allow thread errors and their traces to be properly recorded in crashdumps (#5910) 2023-07-26 16:26:03 +01:00