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
It is impossible to inherit class from Symfony\Component\HttpKernel\Debug\ExceptionHandler, because of the private properties and methods, defined in this class. But at the same time late static binding "static" is used in register method and can't use these methods.