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