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 2052653 commit b757c51Copy full SHA for b757c51
pages/docs/manual/v12.0.0/exception.mdx
@@ -420,9 +420,9 @@ try {
420
}
421
```
422
423
-### Throw a value that is not an error
+### Throw a value that is not an JS Error
424
425
-For some reason, if you need to throw something that is not a JS error, use `JsExn.throw`:
+If you want to throw any value that is not a valid JS Error, use `JsExn.throw`:
426
427
<CodeTab labels={["ReScript", "JS Output"]}>
428
0 commit comments