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 64b23e7 commit 33c52ffCopy full SHA for 33c52ff
README.md
@@ -15,7 +15,7 @@ A minimal java actor library.
15
}
16
17
@Override
18
- public void exception(Actor<String> self, Exception e) {}
+ public void onException(Actor<String> self, Exception e) {}
19
});
20
21
actor.send("hello");
0 commit comments