#
Junjie
2025-07-07 f3ec64035a323a6a31bf5e98401ea2dc342c8aa2
src/main/java/com/zy/common/config/CoolExceptionHandler.java
@@ -1,7 +1,7 @@
package com.zy.common.config;
import com.core.common.R;
import com.core.exception.CoolException;
import com.zy.common.R;
import com.zy.common.exception.CoolException;
import org.springframework.web.HttpRequestMethodNotSupportedException;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;