diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-04 02:23:43 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-08-04 02:23:43 +0900 |
commit | 6179cc011829b9e4c7b253ac2d2a3f47d8fd6890 (patch) | |
tree | aa561fd699c561ef5b972f9cc560c9d25474f51d /error.c | |
parent | b4dfdb915d6852c9abdbcea42a6d350678c3f314 (diff) |
[DOC] Fill undocumented documents
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -3500,6 +3500,18 @@ syserr_eqq(VALUE self, VALUE exc) */ /* + * Document-class: NoMatchingPatternError + * + * Raised when matching pattern not found. + */ + +/* + * Document-class: NoMatchingPatternKeyError + * + * Raised when matching key not found. + */ + +/* * Document-class: fatal * * +fatal+ is an Exception that is raised when Ruby has encountered a fatal |