source:
bus-n-go-do-5ta-faza/src/main/java/mk/ukim/finki/busngo/model/exceptions/InvalidVozacIdException.java
Last change on this file was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 194 bytes |
Line | |
---|---|
1 | package mk.ukim.finki.busngo.model.exceptions; |
2 | |
3 | public class InvalidVozacIdException extends RuntimeException{ |
4 | public InvalidVozacIdException() { |
5 | super("Invalid vozac id!"); |
6 | } |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.