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

website.automate.waml.io.deserializer.TooManyActionsException Maven / Gradle / Ivy

There is a newer version: 2.1.3
Show newest version
package website.automate.waml.io.deserializer;

import website.automate.waml.io.WamlDeserializationException;

public class TooManyActionsException extends WamlDeserializationException {

    private static final long serialVersionUID = 902254215961310661L;

    public TooManyActionsException(String msg){
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy