我的一个评论提交表单中有安全组件。现在,当出现问题并调用黑洞回调时,我想抛出带有自定义消息的 InternalErrorException,例如:
throw new InternalErrorException('You have tried to submit a comment whose security token is either invalid or expired. Please try again by reloading the blog post and commenting again. Thank you.');
问题是消息不会在生产模式下显示(调试 == 0)。我该怎么做才能向用户显示消息而不是“发生内部错误”?
这是我的 error500.ctp:http ://pastebin.com/t9NuzuqS