source: src/main/java/com/example/baza/model/exception/KnigaNotFoundException.java@ ed20c2c

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

Initial commit

  • Property mode set to 100644
File size: 188 bytes
Line 
1package com.example.baza.model.exception;
2
3public class KnigaNotFoundException extends RuntimeException{
4 public KnigaNotFoundException() {
5 super("Book's not found.");
6 }
7}
8
Note: See TracBrowser for help on using the repository browser.