mirror of
https://github.com/PaulReichmuth/timekeep-backend.git
synced 2026-02-06 04:53:25 +00:00
made exception interfaces
This commit is contained in:
@@ -3,7 +3,7 @@ package de.pnreichmuth.timekeep_backend.exceptions;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
@Slf4j
|
||||
public class StationNotFoundException extends RuntimeException {
|
||||
public class StationNotFoundException extends NotFoundException {
|
||||
public StationNotFoundException(String message) {
|
||||
super(message);
|
||||
log.error(message);
|
||||
|
||||
Reference in New Issue
Block a user