Make more use of DbViewModel#handleException()

This commit is contained in:
Sebastian Kürten
2021-04-12 15:50:34 +02:00
parent 2ddb7b5b64
commit 419247074f
18 changed files with 52 additions and 65 deletions

View File

@@ -84,6 +84,7 @@ class IntroducerSession extends Session<IntroducerState> {
this(sessionId, groupId, author, -1, null, null);
}
@Override
public SessionId getSessionId() {
return sessionId;
}