// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.tsp.ers;

public class PartialHashTreeVerificationException extends ERSException
{
    public PartialHashTreeVerificationException(final String s) {
        super(s);
    }
}
