mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-14 13:44:08 +00:00
Support for sealed sender - Part 1
This commit is contained in:
committed by
Greyson Parrelli
parent
b7b9554364
commit
5f31762220
@@ -3,6 +3,8 @@ package org.thoughtcrime.securesms.transport;
|
||||
import java.io.IOException;
|
||||
|
||||
public class RetryLaterException extends Exception {
|
||||
public RetryLaterException() {}
|
||||
|
||||
public RetryLaterException(Exception e) {
|
||||
super(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user