Skip to content

Commit

Permalink
Put ErrorResponseDto in the dto package
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudarvishian committed May 10, 2024
1 parent 56937ea commit 8fcf796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.zenjob.challenge.rest_api.exceptionhandler;
package com.zenjob.challenge.rest_api.dto;

import lombok.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.zenjob.challenge.domain.exceptions.InvalidActionException;
import com.zenjob.challenge.domain.exceptions.InvalidEndDateException;
import com.zenjob.challenge.domain.exceptions.InvalidStartDateException;
import com.zenjob.challenge.rest_api.dto.ErrorResponseDto;
import javassist.NotFoundException;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
Expand Down

0 comments on commit 8fcf796

Please sign in to comment.