io.github.yogboot.common.constant.CommonConstants Maven / Gradle / Ivy
package io.github.yogboot.common.constant;
public interface CommonConstants {
String KEY_IS_NULL_EXCEPTION = "/exception/keyIsNull";
String KEY_IS_ERROR_EXCEPTION = "/exception/keyIsError";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy