✨ 获取 cron 下次执行时间.
This commit is contained in:
@@ -243,6 +243,7 @@ public class GlobalExceptionHandler {
|
||||
return ErrorCode.INTERNAL_SERVER_ERROR.wrapper();
|
||||
}
|
||||
|
||||
// TODO kit
|
||||
@ExceptionHandler(value = ParseCronException.class)
|
||||
public HttpWrapper<?> parseCronExceptionHandler(ParseCronException ex) {
|
||||
log.error("parseCronExceptionHandler", ex);
|
||||
|
||||
Reference in New Issue
Block a user