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

com.wangshanhai.power.exceptions.ShanHaiPowerException Maven / Gradle / Ivy

The newest version!
package com.wangshanhai.power.exceptions;

import lombok.Data;

/**
 * 自定义异常
 * @author Shmily
 */
@Data
public class ShanHaiPowerException extends RuntimeException {
    private String code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy