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

com.heroku.sdk.deploy.api.AppNotFoundException Maven / Gradle / Ivy

There is a newer version: 3.0.7
Show newest version
package com.heroku.sdk.deploy.api;

public class AppNotFoundException extends HerokuDeployApiException {
    public AppNotFoundException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy