source:
bus-n-go-do-5ta-faza/src/main/java/mk/ukim/finki/busngo/model/exceptions/InvalidPatnikIdException.java
Last change on this file was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 214 bytes |
Line | |
---|---|
1 | package mk.ukim.finki.busngo.model.exceptions; |
2 | |
3 | public 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.