I know so far this has been just a straight "move to namespace" effort, but with this one class, can we take the opportunity to rename it to something more logical? Joomla\Cms\ExceptionHandler perhaps?
It really isn't an error page renderer (even though that's what it is doing), it's the default global exception handler.
That's the reason why I do a pr per folder that we can do some cleanup during the move.
What about moving it to Joomla\Cms\Exception\ExceptionHandler? When we will have some more gloabal exceptions then we can put them all into that folder. Even JException.
I know so far this has been just a straight "move to namespace" effort, but with this one class, can we take the opportunity to rename it to something more logical?
Joomla\Cms\ExceptionHandler
perhaps?It really isn't an error page renderer (even though that's what it is doing), it's the default global exception handler.