We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e42d4 commit c33f822Copy full SHA for c33f822
language/exceptions.md
@@ -20,8 +20,7 @@ raise "Some message" # RuntimeError with custom message
20
raise ErrorClass, "Some message" # Custom error with custom message
21
```
22
23
-`ErrorClass` must be a subclass of
24
-[Exception](../builtin/exception.md).
+`ErrorClass` must be a subclass of [Exception](../builtin/exception.md).
25
26
See <a href='https://ruby-doc.org/core-2.5.0/Kernel.html#method-i-raise'
27
class='ruby-doc remote' target='_blank'>`Kernel#raise`</a> for more
0 commit comments