com.squarespace.cldrengine.api.CLDRException Maven / Gradle / Ivy
The newest version!
package com.squarespace.cldrengine.api;
public class CLDRException extends RuntimeException {
public CLDRException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy