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

org.paylogic.fogbugz.NoSuchCaseException Maven / Gradle / Ivy

There is a newer version: 2.2.12
Show newest version
package org.paylogic.fogbugz;

public class NoSuchCaseException extends Exception {
    public NoSuchCaseException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy