method

full_message

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: Exception
full_message(p1 = {}) public

Returns formatted string of exception. The returned string is formatted using the same format that Ruby uses when printing an uncaught exceptions to stderr.

If highlight is true the default error handler will send the messages to a tty.

order must be either of :top or :bottom, and places the error message and the innermost backtrace come at the top or the bottom.

The default values of these options depend on $stderr and its tty? at the timing of a call.

Show source
Register or log in to add new notes.