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

com.xwc1125.common.security.ssrf.SsrfException Maven / Gradle / Ivy

The newest version!
package com.xwc1125.common.security.ssrf;

/**
 * description:
 * 

* * @author: xwc1125 * @date: 2023-02-13 21:27:14 * @copyright Copyright@2023 */ public class SsrfException extends RuntimeException { SsrfException(String s) { super(s); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy