mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add UnregisteredRecipientException
This commit is contained in:
parent
a7ecb9e10f
commit
c88c92086e
20 changed files with 244 additions and 117 deletions
|
@ -615,5 +615,12 @@ public interface Signal extends DBusInterface {
|
|||
super("Untrusted identity: " + message);
|
||||
}
|
||||
}
|
||||
|
||||
class UnregisteredRecipient extends DBusExecutionException {
|
||||
|
||||
public UnregisteredRecipient(final String message) {
|
||||
super("Unregistered recipient: " + message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue