From 8474ebad8a4abb4c4b5ae7ecc5f5c7648763d2d3 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 6 Oct 2014 12:43:51 +0000 Subject: * error.c: update exception tree. [DOC] reported by @hemge via twitter. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'error.c') diff --git a/error.c b/error.c index d084bb3e8a..8b5d9a15fb 100644 --- a/error.c +++ b/error.c @@ -1793,14 +1793,18 @@ syserr_eqq(VALUE self, VALUE exc) * * LoadError * * NotImplementedError * * SyntaxError + * * SecurityError * * SignalException * * Interrupt * * StandardError -- default for +rescue+ * * ArgumentError - * * IndexError - * * StopIteration + * * EncodingError + * * FiberError * * IOError * * EOFError + * * IndexError + * * KeyError + * * StopIteration * * LocalJumpError * * NameError * * NoMethodError @@ -1808,14 +1812,13 @@ syserr_eqq(VALUE self, VALUE exc) * * FloatDomainError * * RegexpError * * RuntimeError -- default for +raise+ - * * SecurityError * * SystemCallError * * Errno::* - * * SystemStackError * * ThreadError * * TypeError * * ZeroDivisionError * * SystemExit + * * SystemStackError * * fatal -- impossible to rescue */ -- cgit v1.2.3