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

com.twilio.twiml.TwiMLException Maven / Gradle / Ivy

The newest version!
package com.twilio.twiml;

/**
 * The Class TwiMLException.
 */
@SuppressWarnings("checkstyle:abbreviationaswordinname")
public class TwiMLException extends Exception {

    private static final long serialVersionUID = -2688644569829574015L;

    /**
     * Instantiates a new twi ml exception.
     *
     * @param arg0 the arg0
     */
    public TwiMLException(final String arg0) {
        super(arg0);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy