Browse Source

Merge pull request #15602 from abpframework/EngincanV-patch-2

Fix the typo in the summary of the EntityNotFoundException.cs
pull/15606/head
Berkan Sasmaz 3 years ago
committed by GitHub
parent
commit
5ade2c3f72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs

2
framework/src/Volo.Abp.ExceptionHandling/Volo/Abp/Domain/Entities/EntityNotFoundException.cs

@ -3,7 +3,7 @@
namespace Volo.Abp.Domain.Entities;
/// <summary>
/// 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.
/// </summary>
public class EntityNotFoundException : AbpException
{

Loading…
Cancel
Save