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