mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2026-05-13 09:57:43 +00:00
made exception interfaces
This commit is contained in:
@@ -5,7 +5,7 @@ import org.springframework.http.HttpStatus;
|
||||
import org.springframework.web.bind.annotation.ResponseStatus;
|
||||
|
||||
@Slf4j
|
||||
public class TeamNotFoundException extends RuntimeException {
|
||||
public class TeamNotFoundException extends NotFoundException {
|
||||
public TeamNotFoundException(String message) {
|
||||
super(message);
|
||||
log.error(message);
|
||||
|
||||
Reference in New Issue
Block a user