Fix ExceptionHandler
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user