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

com.moengage.attribute_inspector.RequiredKeyMissingException Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.moengage.attribute_inspector;

public class RequiredKeyMissingException extends Exception {
    RequiredKeyMissingException(String s){
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy