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

nebula.plugin.contacts.ContactsPluginException.groovy Maven / Gradle / Ivy

package nebula.plugin.contacts

class ContactsPluginException extends Exception {
    ContactsPluginException(String message) {
        super(message)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy