Jetpack::catch_errors_on_shutdown PHP Method

catch_errors_on_shutdown() public static method

Saves any generated PHP errors in ::state( 'php_errors', {errors} )
public static catch_errors_on_shutdown ( )
    public static function catch_errors_on_shutdown()
    {
        Jetpack::state('php_errors', ob_get_clean());
    }
Jetpack