Production Error Message Text
PermalinkIs there any way to change the text that appears for database errors, specifically for when the debug level is set to 'production'? (ie: Dashboard -> Sitewide Settings -> Debug -> Debug Level) I would like to add something simple like 'Please contact xxx at yyy.com or by phone at 000-0000', but I can't seem to find where the text for this message is actually declared!

The line is this:
$this->renderError(t('An unexpected error occurred.'), t('A database error occurred while processing this request.'), $e);
Hope that helps.