From a2953773a9d0931fa3ce11edb2a4071a06fc6fab Mon Sep 17 00:00:00 2001 From: 2017875139 <2017875139@qq.com> Date: Sun, 6 Mar 2022 18:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Easy.Core/Easy/Exceptions/BusinessException.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Easy.Core/Easy/Exceptions/BusinessException.cs b/src/Easy.Core/Easy/Exceptions/BusinessException.cs index e90f068..28cb8c6 100644 --- a/src/Easy.Core/Easy/Exceptions/BusinessException.cs +++ b/src/Easy.Core/Easy/Exceptions/BusinessException.cs @@ -1,12 +1,12 @@ namespace Easy.Exceptions; /// -/// 服务异常 +/// 业务异常 /// public class BusinessException : Exception { /// - /// 服务异常 + /// 业务异常 /// /// 消息 public BusinessException(string message)