We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8014db7 commit b5f022fCopy full SHA for b5f022f
1 file changed
src-java/node/NodeJsException.java
@@ -1,8 +1,5 @@
1
package node;
2
3
-/**
4
- * @author Christopher Ng
5
- */
6
public class NodeJsException extends RuntimeException {
7
public NodeJsException(String message) {
8
super(message);
0 commit comments