source: src/main/java/mk/finki/ukim/mk/vehiclerent/model/exceptions/EMBGAlreadyExists.java@ 3965aed

Last change on this file since 3965aed was 3965aed, checked in by lepaSi <86915414+lepaSi@…>, 9 months ago

Init

  • Property mode set to 100644
File size: 241 bytes
Line 
1package mk.finki.ukim.mk.vehiclerent.model.exceptions;
2
3public class EMBGAlreadyExists extends RuntimeException{
4 public EMBGAlreadyExists(String EMBG){
5 super(String.format("The user with EMBG %s already exists!", EMBG));
6 }
7}
Note: See TracBrowser for help on using the repository browser.