移动位置

This commit is contained in:
2023-07-19 10:39:08 +08:00
parent bfad20931f
commit dd3aa3b8c7
3 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package xyz.zhouxy.plusone.commons.exception; package xyz.zhouxy.plusone.commons.base;
import javax.annotation.Nonnull; import javax.annotation.Nonnull;

View File

@@ -14,7 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
package xyz.zhouxy.plusone.commons.exception; package xyz.zhouxy.plusone.commons.base;
import xyz.zhouxy.plusone.commons.exception.BaseException;
/** /**
* 规定实现类带有 {@code getCode} 方法 * 规定实现类带有 {@code getCode} 方法

View File

@@ -16,6 +16,8 @@
package xyz.zhouxy.plusone.commons.exception; package xyz.zhouxy.plusone.commons.exception;
import xyz.zhouxy.plusone.commons.base.IWithIntCode;
/** /**
* 带错误码的异常。 * 带错误码的异常。
* *