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

uk.dioxic.faker.exception.LocaleDoesNotExistException Maven / Gradle / Ivy

package uk.dioxic.faker.exception;

public class LocaleDoesNotExistException extends RuntimeException {
    public LocaleDoesNotExistException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy