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
The only "todo" mention I see in the Debug/Toolbar class is in the constructor, where it implies that any non-existing collectors should trigger a log message.
My guess is handling it similarly to Debug/Exceptions::exceptionHandler.
Someone party to the original implementation might be able to shed more light on the intent.
Yes, it was just to put something in the logs a developer could find to show they had a wrong classname. My usual preference is to throw an exception, but in this case didn't want to stop the toolbar from working, but did want to give the developer a chance to discover it.
Debug/Toolbar has a todo note...
Needs to be logged, in constructor
The text was updated successfully, but these errors were encountered: