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

com.semaphore.resource.updater.exceptions.ResourceUpdateException Maven / Gradle / Ivy

The newest version!
package com.semaphore.resource.updater.exceptions;

/**
 * 异常
 *
 * @date 2021/7/22 11:17 上午
 */
public class ResourceUpdateException extends Exception{
    public ResourceUpdateException(String msg){
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy