source: src/main/java/mk/ukim/finki/busngo/model/exceptions/InvalidPatnikIdException.java@ b101b69

Last change on this file since b101b69 was b101b69, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

initial classes, no inheritance yet v2

  • Property mode set to 100644
File size: 214 bytes
Line 
1package mk.ukim.finki.busngo.model.exceptions;
2
3public class InvalidPatnikIdException extends RuntimeException{
4 public InvalidPatnikIdException() {
5 super("The given patnik id does not exist!");
6 }
7}
Note: See TracBrowser for help on using the repository browser.