/*
* Decompiled with CFR 0_118.
*/
package com.adobe.xmp.core.parser;
import com.adobe.xmp.core.XMPException;
public class ParseXMLException
extends XMPException {
public ParseXMLException(String errorMsg, Throwable cause) {
super(errorMsg, cause);
}
}