Fibinger Ádám
2019-03-11 94fead6be729cfb23b657d853c5499709a3d27c4
commit | author | age
94fead 1 package hu.unr.fiber.cardapi.hibernate;
2
3 public class CardNotFoundException extends Exception {
4     public CardNotFoundException(String message) {
5         super(message);
6     }
7 }