diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-03-13 02:00:42 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-03-13 02:00:42 +0000 |
commit | 175c514a0dd4134b43e613934caeaa1c115aefa8 (patch) | |
tree | 65d13db78c423fede2004a3f96b7b050ef71d6e8 /error.c | |
parent | 89e82a75a8a247e946a1ec6d5ee8e10a0f634712 (diff) |
Add missing class FrozenError to Exception subclasses list documentation
[Fix GH-1818]
From: Miguel Landaeta <miguel@miguel.cc>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2329,6 +2329,7 @@ syserr_eqq(VALUE self, VALUE exc) * * FloatDomainError * * RegexpError * * RuntimeError -- default for +raise+ + * * FrozenError * * SystemCallError * * Errno::* * * ThreadError |