source: src/main/java/com/example/medweb/model/exceptions/TerminNotValidException.java@ 7eed782

Last change on this file since 7eed782 was e5fefbd, checked in by Anita Terziska <63020646+Nit4e@…>, 2 years ago

initial commit

  • Property mode set to 100644
File size: 218 bytes
Line 
1package com.example.medweb.model.exceptions;
2
3public class TerminNotValidException extends RuntimeException {
4
5 public TerminNotValidException() {
6 super("Ne mozhete da vnesete termin vo minatoto!");
7 }
8}
Note: See TracBrowser for help on using the repository browser.