= private = protected
message()
Returns the result of invoking exception.to_s. Normally this returns the exception’s message or name.
static VALUE exc_message(VALUE exc) { return rb_funcallv(exc, idTo_s, 0, 0); }