1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Help RDoc find Exception [ci skip]

This was on top of `Init_Exception()`.
This commit is contained in:
Alan Wu 2020-12-14 20:01:01 -05:00
parent 928cb6eeb6
commit befa24488c

View file

@ -2579,6 +2579,8 @@ syserr_eqq(VALUE self, VALUE exc)
*/
/*
* Document-class: Exception
*
* \Class Exception and its subclasses are used to communicate between
* Kernel#raise and +rescue+ statements in <code>begin ... end</code> blocks.
*