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

com.github.sursmobil.dac.DacException Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package com.github.sursmobil.dac;

/**
 * Created by sjanota on 08/03/16.
 */
public class DacException extends RuntimeException{
    public DacException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy