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

com.github.javafaker.service.LocaleDoesNotExistException Maven / Gradle / Ivy

package com.github.javafaker.service;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy