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