Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.thoughtworks.xstream.converters;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class ConversionException extends ErrorWritingException {
|
||||
public ConversionException(String str, Throwable th) {
|
||||
super(str, th);
|
||||
}
|
||||
|
||||
public ConversionException(String str) {
|
||||
super(str);
|
||||
}
|
||||
|
||||
public ConversionException(Throwable th) {
|
||||
super(th);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user