summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-08-04 02:23:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-08-04 02:23:43 +0900
commit6179cc011829b9e4c7b253ac2d2a3f47d8fd6890 (patch)
treeaa561fd699c561ef5b972f9cc560c9d25474f51d /error.c
parentb4dfdb915d6852c9abdbcea42a6d350678c3f314 (diff)
[DOC] Fill undocumented documents
Diffstat (limited to 'error.c')
-rw-r--r--error.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/error.c b/error.c
index d3aeec54d8..e14ecd2393 100644
--- a/error.c
+++ b/error.c
@@ -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