mirror of https://github.com/FongMi/TV.git
parent
aedd800a26
commit
9fc2c4d105
@ -0,0 +1,12 @@ |
||||
package com.fongmi.android.tv.exception; |
||||
|
||||
import androidx.annotation.Nullable; |
||||
|
||||
import java.util.concurrent.ExecutionException; |
||||
|
||||
public class ExtractException extends ExecutionException { |
||||
|
||||
public ExtractException(@Nullable String msg) { |
||||
super(msg); |
||||
} |
||||
} |
||||
@ -1,6 +1,6 @@ |
||||
package com.xunlei.downloadlib.parameter; |
||||
|
||||
public class Error { |
||||
public class ErrorCode { |
||||
|
||||
public static String get(int code) { |
||||
switch (code) { |
||||
Loading…
Reference in new issue