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