source: src/main/java/com/example/baza/model/exception/InvalidUniqueIdException.java

Last change on this file was ed20c2c, checked in by HumaSejdini <humasejdini12@…>, 2 years ago

Initial commit

  • Property mode set to 100644
File size: 192 bytes
RevLine 
[ed20c2c]1package com.example.baza.model.exception;
2
3public class InvalidUniqueIdException extends RuntimeException{
4 public InvalidUniqueIdException() {
5 super("Invalid unique ID.");
6 }
7}
Note: See TracBrowser for help on using the repository browser.