cakephp / app

CakePHP application template
366 stars 390 forks source link

Error templates #992

Closed ghost closed 4 months ago

ghost commented 5 months ago

This is a (multiple allowed):

What happened

Error templates use $error->params which are protected. It would be better to use $error->errorInfo maybe...

templates/Error/error400.php line 27, 29 templates/Error/error400.php line 27, 29

dereuromark commented 5 months ago

See https://github.com/cakephp/app/pull/970 also