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

io.github.dev_craft.firebase.deeplinking.client.exceptions.FirebaseDeepLinkingClientException Maven / Gradle / Ivy

package io.github.dev_craft.firebase.deeplinking.client.exceptions;


public class FirebaseDeepLinkingClientException extends RuntimeException {

    public FirebaseDeepLinkingClientException(String reason) {
        super(reason);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy