Skip to content

Commit

Permalink
Added xml summary for exceptions and removed redundant types
Browse files Browse the repository at this point in the history
  • Loading branch information
SinoAHpx committed Mar 1, 2022
1 parent 66930f1 commit 6b28e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
33 changes: 0 additions & 33 deletions Mirai.Net/Data/Exceptions/InvalidCommandEntityException.cs

This file was deleted.

33 changes: 0 additions & 33 deletions Mirai.Net/Data/Exceptions/InvalidCommandException.cs

This file was deleted.

3 changes: 3 additions & 0 deletions Mirai.Net/Data/Exceptions/InvalidResponseException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

namespace Mirai.Net.Data.Exceptions;

/// <summary>
/// 错误的响应
/// </summary>
[Serializable]
public class InvalidResponseException : Exception
{
Expand Down

0 comments on commit 6b28e50

Please sign in to comment.