From 800928d6348931b0414a6f47f0d8a9ebeb983b64 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Sun, 5 Feb 2023 08:38:26 +0000 Subject: [PATCH] Update EntityNotFoundException.cs --- .../Volo/Abp/Domain/Entities/EntityNotFoundException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs b/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs index d5a143d736..1feb8c4cbb 100644 --- a/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs +++ b/framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs @@ -3,7 +3,7 @@ namespace Volo.Abp.Domain.Entities; /// -/// This exception is thrown if an entity excepted to be found but not found. +/// This exception is thrown if an entity is expected to be found but not found. /// public class EntityNotFoundException : AbpException {