Fibinger Ádám
2019-03-03 464000b3acc64e678a57141c2eb806a5b3d2a01c
commit | author | age
464000 1 package hu.unr.fiber.cardapi.entity;
2
3 public class CardEntityNotFoundException extends Exception {
4     CardEntityNotFoundException(String message) {
5         super(message);
6     }
7 }