com.twilio.sdk.verbs.TwiMLException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twilio-java-sdk Show documentation
Show all versions of twilio-java-sdk Show documentation
Release Candidate for Next-Gen Twilio Java Helper Library
package com.twilio.sdk.verbs;
// TODO: Auto-generated Javadoc
/**
* The Class TwiMLException.
*/
public class TwiMLException extends Exception {
/**
* Instantiates a new twi ml exception.
*
* @param arg0 the arg0
*/
public TwiMLException(String arg0) {
super(arg0);
}
}