You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I need to change the error return format keeping the behavior of the bundle. I see it's pretty hard to do since FlattenExceptionHandler is internal and its attributes are private.
Why is this class not extensible?
The text was updated successfully, but these errors were encountered:
@goetas I would like to raise the question as well: can we remove the @internal flag from the FlattenExceptionHandler class? I can obviously suppress IDE/PHPStan errors, but I wonder why this class has it in the first place, it seems feature complete and its logic is hard to replicate in project scope.
Hello,
I need to change the error return format keeping the behavior of the bundle. I see it's pretty hard to do since FlattenExceptionHandler is internal and its attributes are private.
Why is this class not extensible?
The text was updated successfully, but these errors were encountered: