source:
src/main/java/com/example/cookbook/model/exception/ReceptNeEPronajdenException.java
Last change on this file was 501396e, checked in by , 9 months ago | |
---|---|
|
|
File size: 207 bytes |
Line | |
---|---|
1 | package com.example.cookbook.model.exception; |
2 | |
3 | public 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.