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

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

There is a newer version: 10.1.5
Show newest version
/**
 * This code was generated by
 * \ / _    _  _|   _  _
 *  | (_)\/(_)(_|\/| |(/_  v1.0.0
 *       /       /
 */

package com.twilio.twiml;

import com.twilio.exception.TwilioException;

@SuppressWarnings("checkstyle:abbreviationaswordinname")
public class TwiMLException extends TwilioException {
    private static final long serialVersionUID = -2688644569829574015L;

    /**
     * Instantiates a new TwiMLException.
     *
     * @param arg0 Exception message
     */
    public TwiMLException(final String arg0) {
        super(arg0);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy