Limitations of Symfony error handler?

In general, I like the Symfony error handler introduced in v9.4 to replace whoops. Nice clear presentation.

However, as I write code (and generate errors), I am starting to have suspicions of limitations compared to whoops.

  • What gets reported for an infinite loop
  • What gets reported for running out of memory
  • Over formatting of errors in ajax responses (not the simple trace in json)

At the moment this is just a general suspicion, no hard evidence. It could be my just me and my dev environment. So I am posting to see if anyone else is experiencing similar limitations fro error handling v9.4.+