Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.google.firebase.encoders;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public final class EncodingException extends RuntimeException {
|
||||
public EncodingException(String str) {
|
||||
super(str);
|
||||
}
|
||||
|
||||
public EncodingException(String str, Exception exc) {
|
||||
super(str, exc);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user