All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.grappa.debugger.GrappaDebuggerException Maven / Gradle / Ivy

The newest version!
package com.github.fge.grappa.debugger;

public final class GrappaDebuggerException
    extends Exception
{
    public GrappaDebuggerException(final Throwable cause)
    {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy