package com.prgms.kokoahairshop.reservation.exception; public class ReservationNotFoundException extends RuntimeException{ public ReservationNotFoundException() { } public ReservationNotFoundException(String message) { super(message); } }
- EntityNotFoundException와 같이 리팩토링 하면 좋을 것 같음
![[New] 타일러팀](https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2Fd0e59f54-3983-49c1-8f40-b92d6721d616%2Fkisspng-linux-fedora-unix-operating-systems-linux-5ab6faa3d2f047.949926281521941155864.png?table=block&id=8795517e-799e-41fd-9d58-bd2720695384&cache=v2)
