handleRuntimeException

@ExceptionHandler(value = [RuntimeException::class])
@ResponseStatus(value = HttpStatus.INTERNAL_SERVER_ERROR)
fun handleRuntimeException(exception: RuntimeException): ApiResult<Void>

处理运行时异常