com.github.dennisit.vplus.data.support.imagemagic.ImgOperateException Maven / Gradle / Ivy
package com.github.dennisit.vplus.data.support.imagemagic;
public class ImgOperateException extends Exception {
public ImgOperateException(String message) {
super(message);
}
@Override
public ImgOperateException fillInStackTrace() {
return this;
}
}