Skip to content

Commit

Permalink
Fix C# warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Aug 22, 2024
1 parent af0172e commit e6f4b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions BingusLib/Config/JsonConfigException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ public JsonConfigException(string? message)

public JsonConfigException(string? message, Exception? innerException)
: base(message, innerException) { }

protected JsonConfigException(SerializationInfo info, StreamingContext context)
: base(info, context) { }
}
}
3 changes: 0 additions & 3 deletions BingusLib/SentenceEncoding/SentenceEncodeException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ public SentenceEncodeException(string? message)

public SentenceEncodeException(string? message, Exception? innerException)
: base(message, innerException) { }

protected SentenceEncodeException(SerializationInfo info, StreamingContext context)
: base(info, context) { }
}
}

0 comments on commit e6f4b89

Please sign in to comment.