Move all error-related classes into error package

This commit is contained in:
Stypox 2020-12-09 12:42:01 +01:00
parent 9c61f653e5
commit bb398189d6
46 changed files with 111 additions and 104 deletions

View file

@ -7,6 +7,7 @@ import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.preference.PreferenceManager;
import org.schabi.newpipe.error.ReCaptchaActivity;
import org.schabi.newpipe.extractor.downloader.Downloader;
import org.schabi.newpipe.extractor.downloader.Request;
import org.schabi.newpipe.extractor.downloader.Response;