Blame | Last modification | View Log | RSS feed
package in.shop2020.util; public class SendGridException extends Exception { public SendGridException(Exception e) { super(e); } }
package in.shop2020.util;
public class SendGridException extends Exception {
public SendGridException(Exception e) {
super(e);
}