Move all error-related classes into error package

This commit is contained in:
Stypox 2020-12-09 12:42:01 +01:00
parent 8518933ca8
commit 553b80164b
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
46 changed files with 111 additions and 104 deletions

View file

@ -1,4 +1,4 @@
package org.schabi.newpipe.report;
package org.schabi.newpipe.error;
import android.os.Parcel;