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
{{ message }}
This repository was archived by the owner on May 23, 2022. It is now read-only.
It's my understanding that the exceptionRenderer => false configuration setting was meant to prevent the plugin from having any effect on exception rendering, but it actually switches your app from any custom exception rendering class to Cake\Error\ExceptionRenderer.
Until this is patched, this change can be prevented by explicitly setting the custom exception renderer class, e.g.