mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Removed HttpStatusException
This commit is contained in:
@@ -43,7 +43,6 @@ import androidx.room.PrimaryKey;
|
||||
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
import org.jsoup.HttpStatusException;
|
||||
import org.jsoup.nodes.Document;
|
||||
import org.jsoup.nodes.Element;
|
||||
|
||||
@@ -1460,7 +1459,7 @@ public class EntityRule {
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
throw new HttpStatusException(error, status, url);
|
||||
throw new IOException(error);
|
||||
}
|
||||
} finally {
|
||||
if (connection != null)
|
||||
|
||||
Reference in New Issue
Block a user