source:
src/main/java/project/educatum/model/exceptions/AdminNotFoundException.java
Last change on this file was d3cf3a1, checked in by , 2 years ago | |
---|---|
|
|
File size: 153 bytes |
Line | |
---|---|
1 | package project.educatum.model.exceptions; |
2 | |
3 | public class AdminNotFoundException extends RuntimeException { |
4 | public AdminNotFoundException() { |
5 | } |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.