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

com.iyzipay.exception.FileEncodingException Maven / Gradle / Ivy

There is a newer version: 2.0.133
Show newest version
package com.iyzipay.exception;

public class FileEncodingException extends RuntimeException {

    public FileEncodingException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy