mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Add DeviceNotFound Error
This commit is contained in:
@@ -326,6 +326,13 @@ public interface Signal extends DBusInterface {
|
||||
}
|
||||
}
|
||||
|
||||
class DeviceNotFound extends DBusExecutionException {
|
||||
|
||||
public DeviceNotFound(final String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
class GroupNotFound extends DBusExecutionException {
|
||||
|
||||
public GroupNotFound(final String message) {
|
||||
|
||||
Reference in New Issue
Block a user