Skip to content

Commit

Permalink
fix: InValidException , TokenInValidateException 패키지 변경 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mybloom committed Jun 11, 2022
1 parent e09d60a commit b00a951
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.team4.airbnb.exception.validation;
package org.team4.airbnb.exception;

import org.springframework.http.HttpStatus;
import org.team4.airbnb.exception.BusinessException;

public abstract class InValidException extends BusinessException {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.team4.airbnb.exception;

import org.team4.airbnb.exception.validation.InValidException;

public class TokenInValidateException extends InValidException {

@Override
Expand Down

0 comments on commit b00a951

Please sign in to comment.