Browse Source

Update EntityNotFoundException.cs

pull/15602/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
800928d634
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