handleIllegalArgumentException

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

处理非法参数异常