mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Do not send if unregistered.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.thoughtcrime.securesms.net;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* An exception that can be thrown when the local user is no longer registered.
|
||||
*/
|
||||
public final class NotPushRegisteredException extends IOException {
|
||||
}
|
||||
Reference in New Issue
Block a user