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

com.twilio.jwt.JwtEncodingException Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
package com.twilio.jwt;

/**
 * Exception to throw when a JWT cannot be encoded.
 */
public class JwtEncodingException extends RuntimeException {
    public JwtEncodingException(Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy