summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 11:47:16 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-12 11:47:16 +0000
commit0d7718896cfb629ad823b9ca5004465ef2063ab8 (patch)
tree764655a01a2038af09ef45f4ae5fbeb0ff31ce42 /NEWS
parent838f23ae34a634f3bbe39d27b861abc8dd853762 (diff)
error.c(exc_full_message): Exception#full_message
Add a method to retrieve a String expression of an exception, formatted in the same way that Ruby prints an uncaught exception out. [Feature #14141] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eafd37acaf..ee9ed54eed 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Now deprecated [Feature #3072]
+* Exception
+
+ * Exception#full_message [Feature #14141] [experimental]
+
* Dir
* Dir.glob provides new optional keyword argument, :base.