com.pongsky.kit.common.exception.DoesNotExistException Maven / Gradle / Ivy
package com.pongsky.kit.common.exception;
/**
* 不存在异常
*
* @author pengsenhao
*/
public class DoesNotExistException extends RuntimeException {
public DoesNotExistException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy