cakephp / app

CakePHP application template
366 stars 390 forks source link

Clean up error templates. #993

Closed ADmad closed 4 months ago

ADmad commented 4 months ago

With debug enabled the WebExceptionRenderer switches the template to pdo_error.php in case of a PDOException, so having checks for SQL query related stuff in debug mode is redundant.

Refs #970, closes #992.

othercorey commented 4 months ago

Looks ok to me.