source: Prototype Application/Paw5/src/main/java/finki/paw5/model/exceptions/InvalidPetIdException.java@ 9a180fd

main
Last change on this file since 9a180fd was 9a180fd, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 17 months ago

adopt a pet button + save adoption to db

  • Property mode set to 100644
File size: 101 bytes
Line 
1package finki.paw5.model.exceptions;
2
3public class InvalidPetIdException extends RuntimeException{
4}
Note: See TracBrowser for help on using the repository browser.