source: src/main/java/com/example/cookbook/model/exception/ReceptNeEPronajdenException.java@ 501396e

Last change on this file since 501396e was 501396e, checked in by Blazho <aleksandar.blazhevski@…>, 5 months ago

added missing files

  • Property mode set to 100644
File size: 207 bytes
Line 
1package com.example.cookbook.model.exception;
2
3public class ReceptNeEPronajdenException extends RuntimeException{
4 public ReceptNeEPronajdenException() {
5 super("Receptot ne e pronajden");
6 }
7}
Note: See TracBrowser for help on using the repository browser.