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.
2 parents 9fc9c21 + b542294 commit 0aebe86Copy full SHA for 0aebe86
snippets/js-mode/error
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet; require-final-newline: nil -*-
2
+# name: new error
3
+# key: err
4
+# --
5
+new Error(${1:message});
0 commit comments