Add problem string in res.$throw base on #555 .
I found we only send the problem message by controller.throw.
Please consider to add problem message also in res.throw.
Great, thank you! I need to update prepare_error because problem can be displayed in debug mode only. In release mode the problem is hidden because of security.
Add problem string in res.$throw base on #555 . I found we only send the problem message by controller.throw. Please consider to add problem message also in res.throw.