errors.fyi community error code reference
E_RECOVERABLE_ERROR
php

Recoverable Fatal Error

Catchable fatal error. Indicates a dangerous error occurred but did not leave the engine in an unstable state. If no user handler catches it, execution stops.

Numeric value: 4096

References

โ† all namespaces for E_RECOVERABLE_ERROR