app
app copied to clipboard
Clean up error templates.
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.