Complete core functions #9

Merged
FatttSnake merged 171 commits from FatttSnake into dev 2024-02-23 11:56:35 +08:00
Showing only changes of commit 1281a19bd9 - Show all commits

View File

@@ -84,7 +84,7 @@ class ExceptionHandler {
else -> { else -> {
logger.error(e.localizedMessage, e) logger.error(e.localizedMessage, e)
ResponseResult.fail(ResponseCode.SYSTEM_ERROR, e.localizedMessage, null) ResponseResult.fail(ResponseCode.SYSTEM_ERROR, e.toString(), null)
} }
} }
} }