DeepL: use HttpStatusException

pull/214/head
M66B 10 months ago
parent 944e08fd8f
commit 0c92c83ccc

@ -47,6 +47,7 @@ import com.google.android.material.textfield.TextInputLayout;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.jsoup.HttpStatusException;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
@ -275,7 +276,7 @@ public class DeepL {
} catch (Throwable ex) {
Log.w(ex);
}
throw new IOException(error);
throw new HttpStatusException(error, status, url.toString());
}
String response = Helper.readStream(connection.getInputStream());

Loading…
Cancel
Save