Gracefully catching errors

Is there a way to make Lucee gracefully report errors such as CFML syntax errors, etc?

Right now it simply shows a 500 error.

For example, it would be nice if it could simply report, “missing cfoutput tag” or a db error like “sql error: no such column as ‘username’”.