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

com.authy.OneTouchException Maven / Gradle / Ivy

package com.authy;

/**
 * @author hansospina
 *         

* Copyright © 2017 Twilio, Inc. All Rights Reserved. */ public class OneTouchException extends AuthyException { public OneTouchException(String message, Throwable throwable) { super(message, throwable); } public OneTouchException(String message) { super(message); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy