com.cleverpine.cptranslationsutil.exception.TranslationsNotFound Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cp-translations-util Show documentation
Show all versions of cp-translations-util Show documentation
Simple util library for Spring Framework projects
package com.cleverpine.cptranslationsutil.exception;
public class TranslationsNotFound extends RuntimeException {
public TranslationsNotFound(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy