Browse Source

CmsKit - Add missin [Serializable] attribute to EntityNotCommentableException

pull/7923/head
enisn 5 years ago
parent
commit
f3b08e63f2
  1. 1
      modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Comments/EntityNotCommentableException.cs

1
modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Comments/EntityNotCommentableException.cs

@ -8,6 +8,7 @@ using Volo.Abp;
namespace Volo.CmsKit.Comments
{
[Serializable]
public class EntityNotCommentableException : BusinessException
{
public EntityNotCommentableException(SerializationInfo serializationInfo, StreamingContext context) : base(serializationInfo, context)

Loading…
Cancel
Save