mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 02:24:21 +01:00
Rename package
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package org.asamk.textsecure;
|
||||
|
||||
public class GroupNotFoundException extends Exception {
|
||||
private final byte[] groupId;
|
||||
|
||||
public GroupNotFoundException(byte[] groupId) {
|
||||
super();
|
||||
this.groupId = groupId;
|
||||
}
|
||||
|
||||
public byte[] getGroupId() {
|
||||
return groupId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user