rename the package
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
package cc.fascinated.exception;
|
||||
package xyz.mcutils.backend.exception;
|
||||
|
||||
import cc.fascinated.model.response.ErrorResponse;
|
||||
import io.micrometer.common.lang.NonNull;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
@ -8,6 +7,7 @@ import org.springframework.web.bind.annotation.ControllerAdvice;
|
||||
import org.springframework.web.bind.annotation.ExceptionHandler;
|
||||
import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
import org.springframework.web.servlet.resource.NoResourceFoundException;
|
||||
import xyz.mcutils.backend.model.response.ErrorResponse;
|
||||
|
||||
@ControllerAdvice
|
||||
public final class ExceptionControllerAdvice {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cc.fascinated.exception.impl;
|
||||
package xyz.mcutils.backend.exception.impl;
|
||||
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cc.fascinated.exception.impl;
|
||||
package xyz.mcutils.backend.exception.impl;
|
||||
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cc.fascinated.exception.impl;
|
||||
package xyz.mcutils.backend.exception.impl;
|
||||
|
||||
|
||||
public class MojangAPIRateLimitException extends RateLimitException {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cc.fascinated.exception.impl;
|
||||
package xyz.mcutils.backend.exception.impl;
|
||||
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package cc.fascinated.exception.impl;
|
||||
package xyz.mcutils.backend.exception.impl;
|
||||
|
||||
import lombok.experimental.StandardException;
|
||||
import org.springframework.http.HttpStatus;
|
||||
|
Reference in New Issue
Block a user