com.github.xphsc.exception.TimeMatchFormatException Maven / Gradle / Ivy
package com.github.xphsc.exception;
/**
* Created by ${huipei.x} on 2017/6/20
*/
public class TimeMatchFormatException extends Exception{
public TimeMatchFormatException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy