We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d694e89 commit 285083fCopy full SHA for 285083f
1-js/10-error-handling/2-custom-errors/article.md
@@ -38,7 +38,7 @@ class Error {
38
39
Now let's inherit `ValidationError` from it and try it in action:
40
41
-```js run untrusted
+```js run
42
*!*
43
class ValidationError extends Error {
44
*/!*
0 commit comments