mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-20 05:50:53 +08:00
优化目录结构
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.openisle.exception;
|
||||
|
||||
/**
|
||||
* Exception representing a missing resource such as a post or user.
|
||||
*/
|
||||
public class NotFoundException extends RuntimeException {
|
||||
public NotFoundException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user