forked from Olympic/NTO-2025-Backend-TeamTask
1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.example.nto.exception;
|
||||
|
||||
public class AlreadyBookedException extends RuntimeException {
|
||||
public AlreadyBookedException() {
|
||||
super("уже забронировано");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user