Project

General

Profile

« Previous | Next » 

Revision 35ff545b

Added by mame (Yusuke Endoh) over 3 years ago

Exception#detailed_message is added

Also, the default error printer and Exception#full_message use the
method instead of Exception#message to get the message string.

Exception#detailed_message calls Exception#message, decorates and
returns the result. It adds some escape sequences to highlight, and the
class name of the exception to the end of the first line of the message.

[Feature #18370]